Thursday 7 January 2016

Using SSIS ( SQL Server Integration Service) what are the possible ways to update table?

To update table using SSIS the possible ways are:
 Use a SQL command
 Use a staging table
 Use Cache
 Use the Script Task
 Use full database name for updating if MSSQL is used

No comments:

Post a Comment