Creating Script Task programatically from C# code in SQL Server 2012
Hello Everyone, General question is: How can I add a script to Script Task from C# code in SQL Server 2012? We are using C# to dynamically create SSIS packages. Right now we are working on generating...
View ArticleExecute a Stored Procedure From SSIS
Hi all, I have an SSIS package that has many steps to update a SQL Server Table from various sources. At the end of these series of updates, I have a stored procedure within SQL Server that updates...
View ArticleGetting Error in 32bit DTEXEC on 64bit machine
I'm getting will not acquire a connection because the package OfflineMode property is TRUE. When the Offline Mode is TRUE, connections cannot be acquired." I'm running the 32bit DTEXEC on a 64bit...
View ArticleHow to load data from SQL to TERADATA table using ODBC connection
Hi all, I need to send data from SQL to Teradata destination. TPT load is not working properly on my machine. I have 32 bit ODBC driver for Tera data on my machine. SO can any one please let me know...
View ArticleMaking SSIS work with the 64-bit Excel (ACE) provider
I'm still not able to get my SSIS package which uses an Excel Connection to work on my 64 bit server. Things I've done so far: 1) Verified that the "Microsoft Access Database Engine 2010...
View ArticleSQL Data Type Decimal
I have a package that imports data from a Oracle SOR to a SQl Data base, the Oracle SOR has the columns Data type as number, whereas the SQL Database has the data type defined as decimal with precision...
View ArticleEmail Out PDF Report
I am updating several SSIS packages. One of them contains a script task that first creates an Access table containing all of the data, then it creates several new PDF reports that are based on the...
View ArticleProblem with DTS: SIMULTANEOUSLY process
I would like that my DTS launch SIMULTANEOUSLY two sessions of a terminal TEE3270 for downloading some files remotely. For this reason I have written two DTS, each of which uses username and pwd of two...
View ArticleScript task referring Custom Assembley .net Framework 3.5 issue
I have built a custom assembley using visual studio 2012 targetting .netframework 4.5 ,copied that assembley into visual studio 9.0 public assembley folder and in the script task made the reference...
View ArticleSSIS Synchronization of Components
I have a very large and complex SSIS package which ends with data going into 2 DBs (Destination Databases). Now I have a new requirement that I have to take data from that Destination DB and use it as...
View ArticleEliminating Duplicates upon Importing to DB
Hello! Everyone on this forum is awesome and have helped alot. I only have one more challenge in my SSIS project. Now that I have "cleansed" the data from Duplicates in an Excel spreadsheet and...
View ArticleAnalysis Services Process Incremental error in SSIS
Hi I am working on a BIDS SSIS solution to perform a process incremental update to three partition in our cube (running in SQL Server 2008 R2). I have already performed successfully two of the...
View ArticleSSIS 2012 errors with ole db parameters
First some background info - we have a brand-new server setup with Win 2008 R2 and SQL 2012 Enterprise, both 64 bit. We've upgraded all of our SQL 2008 R2 SSIS packages into SQL 2012 without any...
View ArticleHandling nomatch output for Lookup transformation in SSIS 2008
My source file has data like below col1,col2,col3 PA,East,USA CA,West,USA FL,South,USA WA,North,USA and my lookup table in SQL database has the below information Short_Name Long_Name PA Pennsylvania CA...
View ArticleAfter processing each file then send notification with the following format
After processing each file then send notification with the following format Subject : {FileName} has been processed. Body : {FileName} has been successfully processed and transfered {N} records....
View ArticleIf the record is already not present in the table then insert the record.If...
Check the following conditions before transferring the data to User_Info table Remove duplicate records based on EMAIL field in the source.Check if the Email Address from source is already added in...
View ArticleOpen a URL
Hi Guys, For Some reason..I just wanted to Hit the URL(process is like once you hit the URL, the data get updated) I need to do either using SSIS or T-sql please help on it ..Thanks Please let me know...
View ArticleSlno, Email(PK), Name, Domain, CRTD_BY, CRTD_DT, LST_UPD_BY, LST_UPD_DT
Transfer the data from txt file to a table called "User_Info". This table having this field structure Slno, Email(PK), Name, Domain, CRTD_BY, CRTD_DT, LST_UPD_BY, LST_UPD_DT While transferring...
View ArticleSSIS Package Deployement in MSDB
I have created manifest file and same i wanted to deploy for that i have tried importin package under MSDB folder in Integration service.but iam getting an error say timesout. can some one provide step...
View ArticleSet list[] with variable in webservice task
Hello, I am calling a webservice in a webservice task and one of my parameters is a list[]. I am assigning a variable of type object to it which holds result of my query with just one field. it is...
View Article