Monday, February 6, 2012

Write a Custom SQL Scripter (Generating bulk insert, update statements)

November 5, 2009 by · 1 Comment 

There are always some static tables in our database that needs to always have some default values in them, for our custom application development. Usually a huge amount of data resides in these tables because they are slowly changing dimension fields. So when it is time to transfer this data the question arises how to [...]