2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested SSIS Solutions: 1 - 25 of 330
 
I am trying to build an SSIS dataflow to export a recordset of data to a fresh excel file with a dynamic name suffixed with datetime stamp and cannot change the ConnectionString, it continuous...
Hi Everybody, I have created a very simple SSIS Package which gets the sql records and put into Excel file. It is working fine in my development server with window authentication. But I want ...
Does anyone know how to set up a Foreach Loop container in an SSIS 2005 package to transfer (truncate & insert) a set of tables from server A to server B derived from a dynamic list that is ho...
Hi Experts I have designed an SSIS Package Which reads data from a Flat file and loads it into MS Sql database for this I have taken a For each loop to find the Flat file from the folder and a...
I am having a hard time with this one.  I'm in SSIS and have set up ODBC drivers and it's not working.  I'm getting this error in connection manager: "Test connection failed because of an e...
I am trying to extract data from one database and load it into another using SSIS. I have created an OLE DB Source and Linked it to an OLE DB destination. I have checked the mapping is g...
Hi experts, I'm trying to create a package programmatically to import data into SSIS. I'm able to do this via the wizard but, for our project we need it to be done programmatically. I've be...
Hi How do I get a SSIS Connection String in to a Script Task from the SSIS Configuration Table. So i need to turn this:         thisConnection = New OleDbConnection("Data Source=MySer...
How do I loop through a full result set returned from SQL task and use the two output parameters returned to pass into a stored procedure. Thanks
Hi all, I have an SSIS package that parses a fixed-width text file.  One of the columns is for the Termination Date of an employee and is formatted yyyymmdd (e.g. 20081126).  If the employee ...
Whats the function to Convert String to Int in SSIS. Need to cast a variable in For Loop Container AssignExpression Ex: In for loop properties       Assign Expression : @[User::RebalanceCh...
I have a package which bulk loads data from a 40 field delimited flat file into Sql Server.  I am now running into a complication, where some of the files are comma delimited and some are tild...
Hello When I execute a package using the SSIS wizard  I get the following error: Error 0xc02020a1: Data Flow Task: Data conversion failed. The data conversion for column "Forename" retu...
I have a SSIS package that uses Foreach to consume XML files in an inbound folder and move them to a processed folder. The XML Source has 8 outputs going to 8 different relational tables. I've...
I can't seem to figure out the answer to this problem.  I have a column in a flat file that keeps giving me the truncation error: Data conversion failed. The data conversion for column "SOR...
Hi there I am trying to figure what is wrong with my Data Flow Task that I have. I have component like this: OLEDB Souce > Conditional Split > Derived Column > OLEDB Destintion. The OLEDB S...
Hello, I have a simple SSIS master package ,whose main task is to run other packages through the execute package tasks. The problem Iam facing is this. It runs fine when I run the package v...
I am working on a SSIS package.  In it I have a Dataflow.  For testing I have this SqlCommand which works fine (for one record): select * from  dbo.CM_Trans where Processed_Flag = 'False' and...
I am getting .zip file (5GB size) evey day. I need to unzip the file and do the process via SSIS. Please help me how to unzip the file via SSIS. Thanks .
I have just run my SSIS package through SQL Agent and recieved the following error. "component "Schedules01" (426)" failed validation and returned validation status "VS_NEEDSNEWMETADATA".  ...
Hello I have a flat file and sql database when i try to run the project it's always import the half of rows for example if there is sex rows in the flat file its import three rows only so ...
hi, i'm trying to move data from SQL server 2005 to oracle 10g, i keep recieving the error message cannot convert between unicode and non-unicode data types , the data type of the columns ...
I am importing multiple flat files in SSIS and inserting the data into a table then I update a column in the table with the file name that I imported the data from.  This works fine but I thin...
Hi experts, I am a newbie. I have a situation where I need to open up a package built by my Colleague and  when I open the package I get an error Failed to decrypt protected XML node "DTS:P...
Hi, I have a SSIS package that also sends files over FTP It works great inside BIDS.. But when i copy the Package across to to production it fails with the following Code: 0xC001602A  ...