SSIS 2k8r2: Is it possible to have a data flow 'wait' for a previous step to...
I have a package with a data flow task like sooledb src -> many transformations -> oledb destI want to do something likeoledb src -> many transformations -> [wait until src read is...
View ArticleXML FOR by using Execute SQL Task and a sql procedure
I am calling a procedure which will return a xml..I am using a Execute SQL Task...Settings: ResultSet : XMLResult Set : RN: 0 Variable Name: user:XXVariableuser::XXVariable is string variableI am...
View ArticleConfirm: SSIS 2008 Package with Script Task won't Run on a 2012 Server
I've been battling this for a long time. I have a package built with 2008 with a script task. The script task is set to run under .Net framework 3.5 (project properties inside the script task code)....
View ArticleExecute Sql Task; Map a variable of object type to a parameter of LONG type...
I have a package variable, SomeID, of data type Object; Then I use an Execute Sql Task to return into it a value from some field in a table of data type integer; I map the variable to a parameter of...
View ArticleOLE DB Source; Sql Command with parameters issue
I have an OLE DB Source based on a sql command, something likeDECLARE @from_lsn NVARCHAR(22) DECLARE @to_lsn NVARCHAR(22) SET @from_lsn = ? SET @to_lsn = ? SELECT * FROM...
View Articlehow to handle the Specify how to handle rows with no matching entries for...
Hi,How do we handle the Insert of new records and updating the existing records in there is a change from source, this is based on a ID. I have written this in T-SQL, but when implementing in SSIS...
View ArticleSSIS Maintenance Plan - how to configure SelectedDatabases?
I was trying to build a SSIS Maintenance Plan where in I wanted to configure SelectedDatabases - I tried generating package configuration but could not see this property setting. Is that me missing to...
View ArticleEmail Dynamic File
What I am trying to do is email from SSIS one dynamically changing text file and one excel file at the same time. In my SSIS package I have declared four variables: @PoFlatFile, string, values =*.txt...
View ArticleIn my SSIS Script how do I html decode?
In my SSIS Script how do I html decode?I have added using System.Web; But I still can not access:HttpUtility.HtmlDecode(title);I only get 3 options for System.Web, any ideas?Thanks!
View ArticleSSIS INStallation problem
Hi,I am new to SQL sever. I have installed sql server 2005 express with advanced services. I am trying to install integration services but I am not getting the integration services in the components to...
View ArticleSSIS Cache Transform Lookup with Multiple Indexes
I am not sure if I am using this correctly, but maybe someone can suggest a better solution for my question.I work in the healthcare area, and am handling the survey data ETL's. There are around 8...
View ArticleSSIS Retain same connection issue
Hi I have set Retainsameconnection True to set Enable Transaction option in my Package.In b/w the transaction I am using a data flow task , inside that I have used a OLEDB Command That OLEDB command...
View ArticleHow to use Web Service Task with 2 methods
Hi All,I am using Web Service Task to call the web service which includes 2 methods, one is the login method that needs the account and password, the other one is about collecting the data.However,...
View ArticleSQLISPackage100
I am using SSIS log provider for Windows Event Log. In the windows event log, my packages appear with the name "SQLISPackage100". I have not found out how I can rename my packages for the log. Is this...
View ArticleSSIS 2012 allow you to modify package execution without having to edit and...
HiI'm trying to understand all difference between package parameters and project parameters and there is a sentence in Microsoft documentation that I don't understand.Below is paragraph from Microsoft...
View Articlerun a web service from an ssis package using table columns as parameters
Hi,I would like to develop an ssis package that will read the content of an sql table and for each row of the table will call a web service passing some of the columns as parameters. First i tried the...
View ArticleAppend Date to csv file name!
When I execute the package I get the following error, Could someone help me solving this issue.I have used the delimited format.[Connection manager "Flat File Connection Manager"] Error: Format...
View ArticlePull data from SAP Tables using SSIS
Hi,In my company we need to pull data from SAP Tables currently the process that we have is OMNI is a tool which pulls the data from SAP tables and load them in to files and we go to that place and...
View ArticleFlat File Name Changing but one Destination Table
HiPlease help meI have a folder which will Have Flat file . The name of Flat file will keep changing. Say A_1_C for the first time and Next Day or week it will change to A_22_CI need to Load the data...
View Article