About 11,600 results
Open links in new tab
  1. Using SQL variables across multiple databases in one script

    Dec 21, 2009 · The variables are visible within a batch (before the GO statement). It doesn't matter if you switch databases in one batch, the variables still would be visible. But as long as …

  2. SSIS Foreach Loop Container passing variables to SQL Store …

    Sep 9, 2015 · The demo shows how to create stored procedure, how to use Foreach Loop Container and get the file name, how to use Execute SQL Task and map the variables to …

  3. Unable to access Parent variable in the child package

    Aug 18, 2011 · This occurs when an attempt is made to retrieve a variable from the Variables collection on a container during execution of the package, and the variable is not there. The …

  4. Passing Variables in a Script Task using a foreach loop

    Mar 21, 2013 · In case anyone ever needs the C# code to find your user variables you can then use a foreach loop and add them to a variable to send out an email with all the vairables in them.

  5. SQL Agent - Coud Not Set \Package.Variables

    Oct 23, 2008 · If I remove the ",5533" which is the SQL Server connection port number, the package attempts to run and connect to the SQL Server; however, it fails. It needs to have the …

  6. dynamic sql statement from execute sql task

    Mar 21, 2012 · You can add an expression on a variable that stores your query and use that query as a source for your Execute SQL Task to create a dynamic sql statement...

  7. Passing value from a child Package to the Parent package that …

    Oct 15, 2010 · 3. Test your child package as a single package and when you are satisfied and ready to deploy it, go back to variables and rename the variable that has the same name as …

  8. How to assign value to variable in SSIS using VB

    Nov 13, 2009 · This occurs when an attempt is made to retrieve a variable from the Variables collection on a container during execution of the package, and the variable is not there.

  9. Difference between [Stored Procedure / Trigger & Function]

    Sep 26, 2012 · 0 Sign in to vote hi -- a strored procedure is a assembly of lines of sql request to do a treatment for a web application (asp.net) or window form etc ... it contain variables ,for, if …

  10. Passing Parameter to OLE Db Source - social.msdn.microsoft.com

    Apr 19, 2010 · I am facing problem when retrieving a Package variable passed as parameter to OLE Db Source for Oracle. I am using SSIS 2008 for developing the Packages.