约 35,400,000 个结果
在新选项卡中打开链接
  1. What is the SSIS package and what does it do? - Stack Overflow

    2009年1月18日 · 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 …

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

    2015年5月12日 · 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 - How to fix SSIS Error Code DTS_E ... - Stack Overflow

    0 This sort of issue is fairly common and practically impossible to track down and eliminate. I would initiate the SSIS Package from a SQL Server Agent Job. In the Job Step definition I …

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

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

    2025年5月29日 · 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. ssis - The value violated the integrity constraints for the column ...

    I am trying to import the data from Excel file into SQL Server database. I am unable to do so because I am getting following errors in the log file. Please help. The log erros are as as …

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

    2024年11月20日 · When I open my existing SSIS project in design view I get the following error: The connection manager will not acquire a connection because the connection manager …

  8. sql server - Existing SSIS package not loading correctly in newer ...

    2025年6月16日 · I am in the process of updating our local instance to SQL Server 2022. I have all of the SQL Server configuration done, but I am having problems getting our SSIS packages to …

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

    2011年9月30日 · 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 …

  10. ssis - Parameterized OLEDB source query - Stack Overflow

    Simple. Choose SQL command as the Data Access Mode. Enter your query with a question mark as a parameter placeholder. Then click the Parameters button and map your variable to …