Earlier today while surfing the SSIS forum on MSDN I noticed a question that asked how one could execute a series of .sql files using SSIS . One suggested approach was to read the contents of the file(s) into a variable using a Script Task and then execute
Read More...