SSIS Upsert With Lookup Transform

This is a very common question everywhere; how can I check if data is exists in destination table then update it, otherwise insert new records. This Scenario named Upsert in common ( Update / Insert ), there are lots of ways to do it, but in this post I’ll describe how to do it with Read more about SSIS Upsert With Lookup Transform[…]

My Submitted Sessions to SqlBits

Dear friends, I’ve submitted two sessions at http://www.sqlbits.com  for 29th September to 1st October 2011 at Liverpool. sessions are open to vote already, and you can vote any sessions you like, for voting you can go here and vote from 108 sessions. my submitted sessions are : Programming SSIS SSIS Programming seems to be a Read more about My Submitted Sessions to SqlBits[…]

SSIS Audit Transformation

The Audit Transformation in SSIS Data Flow task purposed to fetch some of system variables besides data stream columns to create a log for data stream,  You can audit transformation with source columns to have columns data besides audit information like guid of package, name of data flow task, time of execution and few other Read more about SSIS Audit Transformation[…]

SQL Server Indirect Configuration – SSIS

SSIS Configuration is a handy option in SSIS deployment. there are lots of scenarios which can be implement with SSIS Configuration. in this post I don’t want to explain what configuration is , you can read more about it here: http://msdn.microsoft.com/en-us/library/ms141682.aspx There are two types of configuration: Direct and Indirect. in Direct configuration, the configuration Read more about SQL Server Indirect Configuration – SSIS[…]