Use of Pointer in Data Flow task
Hi FriendsI'm a beginner in ssis.Can anyone explain the Use of Pointer in Data Flow task (Transformations)Royal PS
View ArticleHOW TO ASSIGN A VALUE TO A VARIABLE IN SSIS DATAFLOW TASK
I have a flatfile called customer.txt which has only one line0000000000777770000000000000I need to extract '77777' from the flat file ,which I have done. Now I wanna assign this value to a variable...
View ArticleVariables Sharing Values Across Multiple Instances Of The SSIS Package?
I have a SSIS package that I execute from multiple Agent Jobs with different /CONNECTION parameter values. This means that they will connect to different data source. Sometimes when the jobs are...
View Articlevalidate empty excel cell using script task
Hi,i am very new to SSIS. and i was wondering if anyone could help me with this.I have an SSIS Package that insert excel files to the MS SQL Database. Inside the foreach loop, i have a Data Flow Task...
View ArticleError during executing OLEDB command
Hi All,My requirement is pretty simple. I am doing a lookup if i found some existing data then updating the table else inserting new data to the table.For updating existing data i am using a 'OLEDB...
View ArticleStore multiple records information in a single record
Hi All,I designed SSIS package that loading data from Sql Server DB tables to Oracle Table.In source table I have data like below,Except designation column remaining all information is same.IDName...
View ArticleUpdate Destination Table with out primary key
Hi to all,I have a problem to update and insert records in destination table.My problem :I have source table having following dataPIDPNAME JOBADDRESS1AAA XXLOC12BBB ZZLOC23CCC XXLOC34DDD...
View ArticleSQLXMLBULKLOAD in Script task
Hi All,I have to migrate old packages having ActiveXScript component & SQLXMLBULKLOAD. I've referred to this thread for doing the same but I could not get it...
View ArticleHow to change package config file while moved to another folder
Hi,I have created ssis package(sample.dtsx) in the folder D:\SSIS and enabled XML configuration fileMoved the package to the folder: F:\SSISpkg\I have changed the config file settings. But it still...
View ArticleCopying dbase file into SQL Server 2008 R2 table
I am using SSIS 2008.I want to copy a dbase file (dbf extension) into SQL Server 2008 R2 table.I am quite sure it can be done with a File System Task. As far as I remember, I don't have to create the...
View Articlemigrate data from sql to oracle using ssis
how to migrate data from sql 2008 to oracle 11g or 10g through SSIS.? I tried import export wizard, but its not working.
View Articlecondional data flow tasks
Hi All,I am having a requirement as follow.I am supposed to take data from two types (having different formats) excels present in the one single folder and by the name only i can recognize their...
View ArticleSSIS Global variable in Dataflow task
How to use ssis global variable in DataFlow task OLEDB Source Editor?I have a SQLcommand "select * from testtable where date = GlobalVariable_Batch_Date"I have an SSIS global variable...
View Article(SOLVED) FTP constantly failing
I've used the FTP connection manager without an issue several times. I am now using it with a new server & it only works a fraction of the time. At first, I figured the server was awful. But...
View ArticleSSIS 2005 Excel Source: Could Not Decrypt File
Hi,I have an excel file (.xls) that I need to use as a source in SSIS 2005. When I have the file opened in Excel then it works perfectly in SSIS, but when I close excel and rerun the package it gives...
View ArticleWildcard name in Inputfile name
Hi,I am trying to use an input file which will always starts with the 'Poll'so i tried to use the following expression for the connection string to Flat File source to use that file as...
View Articlecombining two rows as a single one
Hello,I have a delima, and im not really sure if this possible. But i have a table like lets sayid | data11 this2 that3 stuffi want to be able to return this as one row with the data from data1 in one...
View ArticleMOdifying A config file using SSIS package
HI All,I want to create a package which can modify the values of a configuration file (used for another package).Can somebody help in this .
View ArticleSSIS 2008R2 - SharePoint List Source - (407) Proxy Access Denied
Hi.I've been struggling with this issue for a few hours and now have it working, so I thought I'd share.I have a SharePoint List Source in my SSIS 2008R2 package that suddenly decided to start failing...
View ArticleI have heard Hadoop would replace datawarehouse/SSIS - your thoughts?
I've seen people referring to Hadoop as the "Distributed Data processing" layer and " Distributed data storage" layer. My question - does it (or rather will it?) replace some/all of datawarehouse/SSIS...
View Article