About 23,200,000 results
Open links in new tab
  1. ssis - How do I convert number to string and pass it as argument …

    19 I am using Execute Process task in SSIS 2008 R2. I have a variable idVar which is of data type Int32. I need to pass this variable to property Arguments of the task so the process executable …

  2. In SSIS, how do I get the number of rows returned from the …

    SSIS Performance Framework Plus, you don't have to do any custom work or maintenance on your stuff. Out of the box functionality is a definite win. That said, you aren't really going to …

  3. How do I view the SSIS packages in SQL Server Management Studio?

    I created an SSIS package via an Import Wizard and I can't find the SSIS packages on the server using Management Studio. Execute an SSIS package doesn't appear as an option when I go …

  4. ssis - How to increase MaximumErrorCount in SQL Server 2008 …

    Message: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); …

  5. SSIS - Flat file always ANSI never UTF-8 encoded - Stack Overflow

    Have a pretty straight forward SSIS package: OLE DB Source to get data via a view, (all string columns in db table nvarchar or nchar). Derived Column to format existing date and add it on …

  6. How do I convert the ErrorCode and ErrorColumn in SSIS to the …

    I am redirecting rows from a flat file source to a flat file destination. The default metadata in the redirected rows are: The original flat file source row The ErrorCode The ErrorColumn What I …

  7. SSIS - How to loop through files in folder and get path+file names …

    Any help is much appreciated. I am trying to create an SSIS package to loop through files in the folder and get the Path + filename and finally execute the stored proc with parameter as …

  8. SSIS expression: convert date to string - Stack Overflow

    SSIS expression: convert date to string Asked 12 years, 6 months ago Modified 1 year, 8 months ago Viewed 169k times

  9. ssis - "Flat File Source" (471) failed the pre-execute phase and ...

    When Connecting up the network drive where the file was located (H:), I did not check the Connection string and what level that the file was grabbing it from in SSIS.

  10. ssis - What permissions needed to connect to SQL Server …

    I need to allow a consultant to connect to SSIS on a SQL Server 2008 box without making him a local administrator. If I add him to the local administrators group, he can connect to SSIS just …