AcquireConnection method - DSN contains an architecture mismatch between the...
I am building a package programatically by loading an existing SSIS package (application.LoadPackage(...). In the package that I am loading, I have set the project properties for Run64BitRunTime to...
View ArticleHow to loop through Excel files and load them into a database using SSIS...
I need to create an SSIS package for importing data from multiple Excel files into an SQL database. I plan on using nested Foreach Loop containers to achieve this. One Foreach File Enumerator and...
View ArticleList of tables (Sources/Targets) in a SSIS Package
Hi Experts- Is there any way to list the tables (Source and Target) involved in a SSIS package without digging into the code...? Since my package is huge and took almost 4-6 hrs to do the required...
View ArticleManaging package configurations
Hello,I have a solution with a lot of packages, and each of them has configurations set on an SQL Server table. Right now the information in the table is outdated and I'd like to overwrite it with the...
View ArticleOLEDDB error
hi, can anybody knows how to solve this error Error: 0xC0209029 at Data Flow Task, OLE DB Destination [111]: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "OLE DB Destination.Inputs[OLE DB...
View ArticleIs derived column the right choice ?
Hi, I'm not sure if a derived column is the right choice in this case but this is what I am trying at the moment. I've got a data set incoming from a flat file source. In the derived column im trying...
View Articlessis SQL Task : Fully qualifying source or destination database connection in...
In SSIS SQL task, how do I join tables from the source and destination databases in SQL select statement that can either insert values or update existing rows in a destination database (UPSERT)? Would...
View ArticleFuzzy Lookup Reference Table issue
hi All, I faced the problem that I spend few day to find the solution but not found. that is, I create a new index with maintenance features and then use the existing same index. After insert new...
View ArticleFilter out specific rows during Debugging in DataViewer
Hi,My SSIS package 10k rows. There are Loopkup error for few rows. I want to see the run time value of these rows using dataviewer. Right now I have to click run button several times in Dataviewer...
View ArticleSSIS script task gives error when trying to load VB script
I used to run an SSIS package using Visual studio 2008. We recently upgraded to SQL server 2012 (Visual Studio 2010), now the package fails, with the exception:DTS Script Task has encountered aan...
View ArticleMultiple Transactions in a SSIS package
Hi, I have 4 sources of data - 2 oracle connections, 1 sql server connection and 1 sharepoint source. I need to read data from the above sources and insert it into a destination SQL Server Database....
View ArticleWhat is use of Variable in SSIS
Dear All,what is use of variable in File system Taskwhen IssourcepathVariable =TrueTrue= store in varriableFalse:Staticwhat is diffrent between variable and without varibalethanksRevathiPN
View ArticleSSIS:Flot file to DB2 loading
Hi,My flat file date is in format: 2012-10-01 This is date datatype , for convertiong iam useing this expressionRIGHT((DT_WSTR,4)DATEPART("yyyy",[CColumn 20]),4) + RIGHT("0" +...
View ArticleHow to Load Data From Oracle to MySQL in SSIS??
How to Load Data From Oracle to MySQL in SSIS??
View Articlessis lookup transformation issue
Hi,While we are loading the data from source to destination ,the package is showing as loaded successfully,but not getting records into destination.Note:We have used data viewers also it is showing...
View ArticleSql Query
Hi select name from emp o/p :abc111ok but i want only abc output i dnt want numeric how to get ?ThanksRam Gopal
View Articledata flow tasks not populating the destination table.
Hi ,I am a new bie to ssis.i am developing a ssis package that uses a data flow task.The data flow task uses a sql select command to retrieve data and then populates the destination table.After...
View ArticleSQL Server 2000 DTS Designer components are required to edit DTS packages -...
I m trying to open 2000 DTS package in SSMS of SQL 2008 and get the below error:Any solution? TITLE: Object Explorer------------------------------SQL Server 2000 DTS Designer components are required to...
View ArticleRename a database column
Hi all, We had to change a column name in a database we are using. The IS packages that used that old column name of course fell over. Not wishing to reset them all up I simply replaced the old column...
View ArticleHow to load the Default values in DB2 Table through SSIS 2008 R2
Hi all, I am doing Flot file to DB2 table loading .Now my requirement is in Destination table columns is1.Chnaged by varchar(128) Not Null,2.Changedtimestamp Timestamp not null.For thease 2 no...
View Article