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

    Oct 5, 2011 · SSIS (SQL Server Integration Services) is an upgrade of DTS (Data Transformation Services), which is a feature of the previous version of SQL Server. SSIS packages can be …

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

    May 12, 2015 · 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 …

  3. sql server - SSIS package fails with error "If 64-bit driver not ...

    Mar 30, 2017 · Package Error: The requested OLE DB provider Microsoft.Jet.OLEDB 4.0 is not registered. If the 64-bit driver is not installed, run the package in 32-bit mode.

  4. SQL Server Agent - SSIS Package - Stack Overflow

    Each job shares the fact that it executes an SSIS package from the same server that is running the job. It also always runs for almost exactly 30 seconds elapsed time, which I guess is the …

  5. Error while opening SSIS package in Visual Studio (Incompatible)

    Jan 10, 2020 · To open existing SSIS packages in Visual Studio and I clicked SSIS but it has opened Visual-Studio and not my packages. In solution explorer showing that SSIS packages …

  6. How to find value for SSIS package project parameter manually …

    Oct 13, 2024 · js.command AS package_command, -- Extract the relevant SSIS package and parameter values from the job step command -- This part is tricky, as it depends on how the …

  7. How to find version of installed SSIS - Stack Overflow

    Feb 13, 2019 · It is checked means the SSIS package is in SQL server 2014 now. Thus the questions are How exactly to check the current SSIS version (not SSIS package or SQL …

  8. How do I edit SSIS package files? - Stack Overflow

    To edit this package follow the instructions from "mikeTheLiar" but instead of searching for a file make a connection to the database and export package. From "mikeTheLiar": File->New …

  9. sql server - SSIS Package: convert between unicode and non …

    Jan 23, 2015 · The Oracle data type VARCHAR2 appears to be equivalent to NVARCHAR in SQL Server, or DT_WSTR in SSIS. Reference You will have to convert using the Data Conversion …

  10. How to pass variable as a parameter in Execute SQL Task SSIS?

    Sep 30, 2011 · Click the parameter mapping in the left column and add each paramter from your stored proc and map it to your SSIS variable: Now when this task runs it will pass the SSIS …