About 50 results
Open links in new tab
  1. Can SSIS Variables store ArrayList - social.msdn.microsoft.com

    Jul 15, 2012 · could you please tell about the need to store variables in an arraylist, i guess depending on the requirement there might be some other easy way to solve the scenario.

  2. SQLCMD Special Character Issue - social.msdn.microsoft.com

    Feb 25, 2016 · I am a bit stumped here and am hoping I can get some help. I am working on building an automated build process within PowerShell 2.0 for building SQL Server VM's. As part of this, there …

  3. SSIS package failing on debug - social.msdn.microsoft.com

    Jul 2, 2010 · One other mention of my environment is that I am running SQL Server 2005 Express and using SQL Server 2008 tools. Again, the strange thing is this has all been working fine in concert for …

  4. Variable in UNION select statement - social.msdn.microsoft.com

    Mar 24, 2010 · The most reliable way to solve this is by using property expressions. Create a variable to contain your statement, and direct the Source to use that variable. Edit the variable's properties, …

  5. SQL Integration Services SSISDB and Paramters

    Aug 13, 2013 · I have a VS Package written in VS 2010. This package has a Parameter which I want passed from an Environment Variable. I've deployed the package file to SSISDB, in addition, I've …

  6. Pre-Validation Phase errors - social.msdn.microsoft.com

    Oct 23, 2017 · I have made an OLE DB connection which is getting configured from parent package variable configuration (from parent package). Using this connection I have set another configuration …

  7. Using Union in Execute SQL Task - social.msdn.microsoft.com

    Feb 12, 2015 · I am looping through a set of records and emailing them to the correct people. Setting my result set to XML worked for the To Line (See my earlier post Execute SQL task for Email ToLine …

  8. How to use user defined variable in Execute SQL Task

    Sep 11, 2013 · Here are the steps i followed. 1. created a Execute SQL Task which returns data (as dataset) from a table. 2. Now i am iterating through the data which i got from the first task using a for …

  9. Connect SQL Database with My Vb .net - social.msdn.microsoft.com

    Jul 1, 2014 · I presume the SQL Server database file D:\myDB.mdf contains a Table named Users which has two fields as below: Field Name Data Type name Varchar (20) phone Varchar (20) Code Snippet …

  10. passing parameters to AS400 query - social.msdn.microsoft.com

    Apr 10, 2013 · Because all issues like this, I always put my SQL statements into SSIS variables and use expressions to change it at run time. With that technique not only you can pass parameters, but …