i have excel sheet i want to send good data to one table and bad data to...
i have excel sheet i want to send good data to one table and bad data to another table using SSIS Package regards samba ch
View ArticleVBS Script 32 bit to 64 bit machine
I have this VB Script that works with an SSIS package. It runs the SSIS package and inputs the dates based on the value that is returned- "W" for week or "M" for month, it then puts the start and end...
View ArticleError Importing data from Excel 2010- Need help
Hi All, I received the following error on running the following command : SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'Excel 12.0...
View Article2 questions on using variables and expressions
We have a SSIS package to export set of tables to CSV files in specified directory, we created 2 variables PATH and DATE and both of these variables are used to build an expression that is used to...
View ArticleSSIS 2008 - ADO NET SOURCE, no parameters!
Are they joking?As from now as a developer, whenever you need to read data from an ODBC source (and thus your only option is to use the ADO NET Source component in a data flow task - no ODBC data...
View ArticleSQL Server 2012 FTP job failing
I have 2 SQL Server 2012 FTP jobs stored in MSDB both accessing outside of domain FTP sites. When the firewall on the server is enabled, only one of the jobs times out and fails and the other one runs...
View ArticleSSIS Wizard for "Select Table or View" uses Quoted Identifiers
I am using SSIS with an ODBC.NET connection. When using the "Select using Table or View" option, the SQL generated contains quotes around identifiers. Is there a configuration setting in SSIS to...
View ArticleOLE DB Command and optional parameters for a stored procedure
I'm building an SSIS Package with BIDS 2008R2. The database that I wish to execute the SP on is SQL Server 2005 with SP4 4. I have a procedure similar to this: CREATE PROCEDURE test_insert ( @parm1...
View ArticleOpening and closing editor to mahe changes to script component
Hi All SSIS 2008 R2 Is it really necessary to do this every time I want to change a script? 1. Double Click Script Component 2. Click Edit Script 3. Make Change 4. Save Changes 5. Close Editor 6. Click...
View ArticleUsing a variable in an execute sql task to check for the existence of a table.
Hi, Pretty new to SSIS. I have checked for this and seen posts that imply the syntax I need but I have not been able to make any of them work. As of now I am checking for the existence of a table in an...
View Articlevshost32.exe has stopped working when executing SSIS Package
Hi friends, I've SSIS package developed using BIDS 2008.Package is runnig fie under BIDS all data transfers are success.Now i need to execute this package from My c# win app.But unfortunatley when i...
View ArticleHow to Step through a script task
Hi All Have added a break point in the Script task and run the package. Script Editor is loaded and stops at break point. Q: How to step through each line? All the options "step over" etc ... just run...
View ArticleTemp table Creation and Check with oter tables through SSIS 2008R2
Hi All, I am new to SSIS. I am getting one requirement from my client that one is I have one Emp table that one is sent to temp table (Same structure of Emp),...
View ArticleFile System Task
Hi I m working on a simple SSIS package in which i m reading xml files from folders ,then import it in database,after import i just delete processed file,i want to move the faulty file that is not...
View ArticleTo check for any files present within a folder
Hi, I am able to find a particular text file from within a folder using a script component. But i need to find the existence of any text files in a folder and then i need to proceed with the next...
View ArticleUnable to get the complete performance from multiple dataflow tasks and BDD
We are using balance data distributor for transferring data to a destination we are calling wcf service from script component BDD. when using one data flow task and when using tthree data flow tasks...
View ArticleUsing SSIS Packing instead of replication
Hi, I new bee to SQL. I need your help. I have to transfer particular table data from one database to another database, once in a day . Its like snapshot replication. But due to...
View ArticleForeach loop issue SSIS
Hi All, I have small issue on Foreach loop container ... I was putting one dataflow task and filesystem task in Foreach loop container. So when I was running Foreach loop container it is not running...
View ArticleError while maping bigint to a U_I8
Hi there, I am gettign below error message while trying to map the column in a Lookup transformation. ID column is a Identity column (bigint) in SQL server table. Major code is comming from input file...
View ArticleHow to use File System Task to retrieve filename from resultset and create file
Hello, I have a resultset called User::gobjInstrId which contains variables for filename and filepath. I have a file system task in a foreach loop container and I want to loop through the result set,...
View Article