How would a SQL Server Agent Job cause an SSIS package to run differently
I have an SSIS package that is scheduled to run every 5 minutes during working hours. For some odd reason when SQL Server kicks off the package we're getting different results than when you run the job...
View ArticleOLEDB data source - regardless of data access mode the command still has to...
If you select SQL command from variable, and that variable is empty, then I get errors. So, it seems you still need some initial statement in your variable that will be used, correct? This seems...
View ArticleDeclaring variable inside another one or inside a script / SQL Execute task
Hey Gurus, I want to have the following user variables: a) DB Connection - DB Names Type: String Scope: package b) Business Process - Finance or sales Type: String Scope: package c) Stored Procedure -...
View ArticleHashvalue using script component for rows greater than 10000
Hi, I am using script component to generate hask value .i have ewad forums it wirks fine less than 10000 rows but when it exceeds 10000 rows hash values are duplicated.can this issue can be overcome if...
View ArticleShare point list destination
I have created a sample list on the sharepoint server and trying to connect using sharepoint list destination (http://sqlsrvintegrationsrv.codeplex.com/releases/view/17652) using SSIS I am getting the...
View ArticleSharePoint List Source Issue: data not getting loaded
I have a properly configured SharePoint List Source in an SSIS 2008 package that was working for one SharePoint site. However, it is suppose to work with multiple sites. So I have reconfigured the...
View ArticleCompiling Script Component in SSIS 2012 Programmatically
So I am trying to build a package programmatically for SSIS 2012 with a script component (not a script task.)I borrowed the code...
View ArticleDeclaring one user variable inside the other
Hey Gurus,I have one string variable that defines the transaction type as "Revenue" or "Finance". I have another variable that am using to execute the appropriate stored procedure based on whether the...
View ArticleA very strange error of Script component, my nightmare
Hi everyone, I would like to get your opinions about a very strange error of Script Component in SSIS. I use SSIS 2008. For Example, I have: Column A1, A2, A3 in table A Column B1, B2, B3 in table B...
View Articlesysssislog- OnInformation Event:How to capture rows against the dataflow task
Hi,I have a requirement to gather no of rows processed inside the dataflow task. Keep this in mind that DFT is in loop and loading flat file into table.OnInformation Event provide the information about...
View ArticleI'm getting the message "You may need to run this as an administrator" when I...
I get the following message whenever I try to execute a certain SSIS package: [load_Cust_Data_Export_tbl [9]] Error: Unable to bulk copy data. You may need to run this package as an administrator.When...
View ArticleNeed to copy data from 2 sets of tables which some refer to identity columns...
I need to copy some recent records over from one server to another. These records are in multiple tables between 2 different databases in each case (source and intended destination).One of the tables...
View ArticleSSIS flat file connection manager corrupted?
I had a flat file connection manager with over 800 columns defined in Fixed Width format that was working fine until yesterday. When I now open a flat file with this connection manager I see those...
View ArticleCannot convert from unicode to non-unicode error for Oracle 10g data source...
For packages that I have created to read Oracle 10g tables, that work fine with debugging in 32-bit mode, I get an error message on all string fields when I try to run in 64-bit mode. An example error...
View ArticleSSIS Error Code DTS_E_PRIMEOUTPUTFAILED
Hi,I created SSIS package to transfer data from iSeries table into SQL Server 2012. But when i run it, encountered following error message: [iSeries Miwdsosb [2]] Error: Open Database Connectivity...
View ArticleImproving performances of update and delete statements in ssis
I have SSIS 2205 package which has update and delete statements in the procedure, the rpocedure is called from ssis.When i try running procedure it works in 1min, but in ssis it takes 25mins.what is...
View Articlessis :splitting the control flow and validation error
hello everyone, I'm stuck with this problem.My ssis package imports some xls files into an sql table for about 16months. Everything was fine until someone added a (missing) column in the xls file. I...
View ArticleWhen dragging SSIS objects on canvas there is "shaking"
Hello, On my development box I applied a fix for SQL 2012 SP1 CU3 (http://support.microsoft.com/kb/2832017) the other day. Today I wanted to do some SSIS package development and I've run into a UI...
View ArticleI have a source table conatining billions of records?hw to handle these rows...
I have a source table conatining billions of records?hw to handle these rows to insert and delete and update?here the we are using different servers that means source should be different and...
View ArticleHow to Map and Import Multiple tables from Oracle 10G to SQL SERVER 2008
Hello,I have about 30 tables in an Oracle 10g database that I want to move to SQL Server 2008.Using the Import and Export Utility I can copy and map this data using the Import and Export data utility...
View Article