blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » SSIS » Scripting » SQL Server Inte... » Foreach Loop
  • SSIS: Initialise variables the easy way

    Its possible that at some point when building SSIS packages that you will want to initialise a variable with some value at execution time and the most obvious way of doing this is to use a script task. That code would look something like the following: Public Sub Main() Dim vars As Variables ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on September 9, 2008
  • SSIS: Accessing a recordset in a script task

    UPDATE 2006-03-14: This information in this post should now be disregarded. Read here: http://blogs.conchango.com/jamiethomson/archive/2006/01/04/2540.aspx instead! It is possible to populate an SSIS variable of type ''Object'' with a recordset using the ''Recordset Destination'' data flow destination component. Thereafter there are various ways ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on February 8, 2005
Powered by Community Server (Personal Edition), by Telligent Systems