About 23,900 results
Open links in new tab
  1. Can't connect to SSIS error message - social.msdn.microsoft.com

    Nov 16, 2019 · Interesting so the option to connect to SSIS via Management Studio is just for backwards compatibility that is obsolete. Developer user just needs SSIS DB established, …

  2. SSIS Package runs perfectly, but when ran as a job fails miserably.

    Apr 13, 2013 · I remember having a similar issue where my SSIS job ran perfectly when I ran it manually via BIDS or SSMS, but when it ran as a scheduled job it failed. The answer for me …

  3. SSIS - VS_NEEDSNEWMETADATA - social.msdn.microsoft.com

    Jul 12, 2012 · In my SSIS package I have a For Each loop that collects names of tables and stores them in a variable. Within this For Each Loop container, I have an Execute SQL Task …

  4. Autenticação SSIS no Management Studio

    A pergunta é: já que o SSIS só trabalha com Windows Authentication então isso me obriga a ter o usuário do Windows como usuário do banco?!

  5. SSIS - access is denied when accessing file system

    Jun 7, 2008 · 1. create a shared folder and give the permission to the login who is developing the package in SSIS , so that you can develop the package with out any access issues , 2.but …

  6. Need help to fix ssis package error? - social.msdn.microsoft.com

    Jul 22, 2014 · The reason (most likely) the SSIS package failed is because (atleast) one of the columns in your data source has NULL values and the corresponding column (s) in the …

  7. How to send burst of emails through SSIS

    Jun 6, 2012 · Out of the total emails to be send first I want to send 1000 emails then next 1000 and soon as a burst. I'm thinking to implement using for loop container but I'm not sure how …

  8. Calling a WCF Service from SSIS produces issue with setting …

    Feb 19, 2010 · I then go into SSIS 2008 and create an "Execute SQL" task to get a recordset, and foreach loop with a single "Script Task" component. Inside the script task I attached my Web …

  9. Would SSIS be faster than OPENQUERY? (Over 100 Million rows)

    Nov 12, 2010 · I have SSIS Packages that handle that many in about 20 to 30 minutes. try this: Use the Data Import and Export wizard to create an SSIS package to get data from one …

  10. SSIS DB Log files - social.msdn.microsoft.com

    May 16, 2016 · I have a 25 GB (and growing ..) log file belonging to the SSIS catalogs DB. I set my retention period to 14 days but still no decrease in size. The SSIS Server Maintenance Job …