About 9,810,000 results
Open links in new tab
  1. 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 …

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

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

  5. 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.

  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. How do I format date value as yyyy-mm-dd using SSIS expression …

    I was answering your other question How to change flat file source using foreach loop container in an SSIS package? with the same answer. Anyway, here it is again. Create two string data type …

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

    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 path+filename.

  9. SSIS, dtsx and deployment packages - Stack Overflow

    I'm just trying to understand SSIS packages a bit better and how they are deployed. Correct me I'm wrong but for any deployment, I believe there needs to be at least two files a …

  10. SSIS Variables vs Parameters (SSIS Denali) - Stack Overflow

    What is the difference between Variables and Parameters in SSIS Denali? If there is any difference then What is that which Variables cannot do that Parameters can do ? or vice versa. …