Viewing 15 posts - 1 through 15 (of 28 total)
You'll also find documentation in BOL, at http://msdn.microsoft.com/en-us/library/dn133186.aspx
November 21, 2014 at 12:09 pm
There is also an MSDN article on generating reports in large volumes, using SQL SSIS and SSRS 2008 R2 -- http://msdn.microsoft.com/en-us/library/ff793463(SQL.105).aspx
October 11, 2012 at 2:05 pm
I revised the script to compile successfully for the SSIS 2008 Script Task. Below is the revised code. Because the ActiveX Script is discontinued in the SQL Server...
August 3, 2012 at 1:48 pm
I think the above example for Foreach Loop based on a variable would work for your package. You'd need to replace the ActiveX Script ("Begin Loop") with a Script...
July 13, 2012 at 1:13 pm
What error message are you getting when you run the package? And, why does the Execute SQL Task need to run inside a Foreach Loop container -- For example, are...
July 12, 2012 at 10:00 pm
I created a simple 2012 SSIS package with an Excel Source, Data Conversion, and OLE DB Destination components. The package ran successfully; the SQL Server table contains a "Copy...
June 22, 2012 at 3:48 pm
The Data Flow task contains the Flat File destination and the destination component is generating the error, is this correct? What is the source component in the Data Flow...
March 6, 2012 at 12:54 pm
For more information about events logged by SSIS packages the Integration Services Service, see these BOL topics, Understanding Events Logged by an Integration Services Package, Understanding Events Logged by the...
December 29, 2011 at 1:47 pm
There are a few tips on this forum post, from someone who installed 2005 and 2008 on the same machine.
http://serverfault.com/questions/58194/running-sql-server-2005-and-2008-on-same-machine
December 28, 2011 at 12:51 pm
SSIS 2008 can coexist side-by-side with both SSIS 2005 and SSIS 2000. For more information about compatibility issues, see "Interoperability and Coexistence" at http://msdn.microsoft.com/en-us/library/bb522577.aspx .
December 28, 2011 at 11:24 am
You can use an expression on the Excel Connection Manager ExcelFilePath property, to control the file name. You can then write to a different file on each loop iteration.
December 12, 2011 at 1:17 pm
Have you confirmed that the Object variable contains data when the Foreach Loop runs? I can reproduce the same error when the Object variable is empty.
Also, what source component are...
December 8, 2011 at 5:17 pm
SSIS Denali includes a new Left function. See this BOL topic for more information.
http://msdn.microsoft.com/en-us/library/hh231081(SQL.110).aspx
November 29, 2011 at 12:14 pm
You may find this post on the SSIS forum helpful.
October 31, 2011 at 12:27 pm
This SSIS BOL topic also provides info on installing an assembly in the GAC, as well as signing, building, and deploying an assembly.
"Building, Deploying, and Debugging Custom Objects" at
August 2, 2011 at 9:44 pm
Viewing 15 posts - 1 through 15 (of 28 total)