Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Automate SSIS updates

$
0
0
Several years ago I created an SSIS (Integration Services) package which copies the data from views in our transaction processing database into tables in our reporting database. The job runs every night, in a few minutes, updating all of the tables. It began with a handful of views, but has grown to about 130. Each of the views has one container with two steps: truncate the existing data table and a data transform which copies from the OLTP db view into an identically formatted table in the reporting db. There is no logic or selection.The number of views is growing, adding new views and new fields to existing views. Does anyone know of a tool a non-SQL programmer could use to automatically update the package?We are using SQL Server 2012 SP3.Thank you for any advice.

Viewing all articles
Browse latest Browse all 3145

Trending Articles