About 7,970,000 results
Open links in new tab
  1. What is the SSIS package and what does it do? - Stack Overflow

    Oct 5, 2011 · The SQL Server Integration Services, shortly called as SSIS is a powerful ETL tool. SSIS ETL tool is used to extract data from different sources and transform that Data as per …

  2. 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 …

  3. sql - SSIS Error: VS_NEEDSNEWMETADATA - Stack Overflow

    Click Extensions > SSIS > select 'Work Offline' Set 'Delay Validation=TREU' for all connections that use variable. Go to OLE DB Source/ Destination and any object in data flow which show …

  4. sql - SSIS failed validation and returned validation status "VS ...

    Error: 0xC004706B at V-AccidentCodesBase, SSIS.Pipeline: "Insert into Temp Table" failed validation and returned validation status "VS_ISBROKEN". Error: 0xC004700C at V …

  5. ssis - Upgraded SSMS from SSMS 20 to SSMS 21 - Stack Overflow

    May 29, 2025 · SSIS, and maintenance plans, were not intially supported in SSMS 21. Despite it going to full release, they held back support for a later date. From the release announcement: …

  6. Convert String to Datetime (USING SSIS) - Stack Overflow

    May 29, 2013 · The value is a datetime2 type .AFAIK SSIS doesn't support datetime2 .You need to store it in database as string and then update the column by converting it to datetime2. Here …

  7. How to create a temporary table in SSIS control flow task and then …

    Apr 12, 2011 · Here is a sample SSIS package written in SSIS 2008 R2 that illustrates using temporary tables. Walkthrough: Create a stored procedure that will create a temporary table …

  8. sql - Check if column value is Numeric. SSIS - Stack Overflow

    This takes up the two SSIS language answers here. It shows an example where the first Derived Column passes only the numbers and ignores the rest. This can help getting rid of something …

  9. ssis - The connection manager will not acquire a connection …

    Sep 22, 2015 · Right-click on the Connection Managers area of SSIS Designer and then look at the "Work Offline" option to ensure it is not checked. If it is checked, uncheck it. or. You may …

  10. How do I set up a dynamic file path in SSIS for an Excel file?

    You need to set the expression for the ServerName or ExcelFilePath property to modify ConnectionString of Excel connection manager dynamically using an SSIS package variable. …

Refresh