Change ActionCode to "update" for all repeated SerialNumbers loaded into...
I use SSIS to load an xml file to a sql table. Then I use IBM Cast Iron to pick up the table's records and push them to Oracle CRM on Demand. I have a table called DDR.CRM_Comp_Asset, which I load...
View ArticleData Loading Best Approach
We have a requirement to load full table data and get only last 7 days data from OLTP to OLAP. My approach is as follows: 1. Connect to OLTP using SSIS and load as a dimension table to store full table...
View ArticleSSIS 2008 - Import all CSV files in folder - each target different table
I'm new to SSIS 2008, and I'm attempting to import a series of CSV files into a database. I want to loop over every CSV file in a specified folder and import each file into a different table that must...
View ArticleCan someone explain the purposes of some new SSIS 2012 properties?
As someone who's learning SSIS, there are some new properties in SSIS 2012 that I can't find any documentation/explanations for. Thus, I'm hoping someone can explain them: In the Maintenance Cleanup...
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 Articleconcatenating similar files from different folders
Hi, I have some folders namely FolderA, Folder B... and each folder contains some files like file1, file2..etc. File1 can be present in both folder A and B and so on. I want to create an SSIS package...
View ArticleSSIS package does not respond after some time.
i have created a package which loads data after transforming it. the source database and destination databases are on different servers. currently, the source table has 11,855,790 records. when i run...
View ArticleIssues accessing SSIS from remote machines
SQL 2008 fully patched with a two node active/passsive cluster. Currently, one named instance has been created. Connecting to the instance with SSMS and drilling down to the MSDB folder, I get an...
View ArticleXML to EXcel conversion
I am looking out for vb code in Script task to convert XML to Excel 2003 format which should work even if the machine on which package has to be run doesnt have microsoft office installed on it. Is it...
View ArticleUnable to parse XSD corresponding to XML in SSIS.
validation Error: Error at Data Flow Task 1 [XML Source [1]]: The XML Source Adapter was unable to process the XML data. The content of an element can not be declared as anyType. xml tag: <...
View ArticleSSIS Package FTP Task Error: Directory is not specified in the file...
Hi, I have one SSIS package that has FTP task which takes files from FTP and save on my local drive but i'm getting above error. [FTP Task] Error: Directory is not specified in the file connection...
View ArticleChange Data Capture - for Incremental load - Pls help
Hi, I tried CDC for incremental load.but facing a issue. 1. DFT1 , I loaded ALL the records from _CT table to intermediate 'Staging_product' table. 2. Execute SQL task with the command 'select...
View ArticleError: Microsoft Visual Studio for Applications has lost the link to .
I keep getting the following error when debugging script tasks. Error: Microsoft Visual Studio for Applications has lost the link to . Your work will be exported to U:\My Documents when you quit the...
View ArticleWeb Service task for Fetching Data
I have a Web service using which i want to fetch data. I have used Web Service task in SSIS in which following are my inputs: General Tab: 1. HTTP Connection: i have provided the web URL of the...
View ArticleVSTADTEProvider.Interop error while working with script transformation
Error: Could not load file or assembly 'VSTADTEProvider.Interop, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file...
View ArticleFTP Connection Manager Password in Child Package
I have a package made up of several "Execute Package Task" items. The first to execute is a simple package that does some directory preparation and then retrieves files from an FTP site. It works fine...
View ArticleHow to get error in to sqlserver table when the package is executing in Job?
Hi, Is there way to log the error,when ever package is executing in sqlserveragent? In brief,Lets say I have package that I have deployed to server.The pacakge is executing fine for two days,third day...
View ArticleSQL SERVER 2008 memory allocation
Hi there, I read some articles about SQL SErver memory allocation. I understand ,that SQL Server allocate some memory to successfully finnish tasks and when its allocated, it is not released. I dont...
View ArticleUpload Two Different Text File format through One SSIS Package [SSIS]
Hi, i am using sequence container in SSIS Package to run 2 text file one contain with new . i used this function for this its right FINDSTRING(@[strOrigFileName],"New",1)==0
View ArticleSSIS Package is copying empty row in excel
I am using SSIS package to copy data from SQL DB to excel file. But the problem is while running this package some time is skiping the empty row in between and sometime not and every time the row # is...
View Article