All Tags »
SSIS 2008 »
SQL Server 2008
Sorry, but there are no more tags available to filter with.
-
The download link is here: http://www.microsoft.com/downloads/details.aspx?FamilyId=3BF4C5CA-B905-4EBC-8901-1D4C1D1DA884&displaylang=en
Evidently there have been some issues getting it on the Connect site, so they are hosting it in Microsoft's Download Center for now.
-
In my last post, I talked about using the new MERGE statement in SQL Server 2008. It allows you to merge the data in a result set with a table, based on a join condition that you specify. This is a common scenario in data warehousing, where you often need to take a working table and compare it to a target table to determine if a row ...