SSIS OnError Event Handler - File System Task issue
HiI have a SSIS issue that I cannot get past. I have a SSIS package called FileIntake that loops over a file share, picks up files, loads file content to a database table, then archives the file in an...
View ArticleCreate DDL Stored Procedure
I want to create a stored procedure to drop and recreate tables prior to loading them from other tables. I.e. the Execute SQL Task would be the first step of an SSIS package before some data flow...
View Articlescript task I'm trying to access the value of my variable and I'm getting an...
Hi, I'm getting the following error when I try to save the value of my user variableerror that comes up: The expression for variable "OutputFlatFileName" failed evaluation. There was an error in the...
View ArticleFailing a package based on DB2 stored procedure returnCode value
In my SSIS, I am reading data from a source database and then processing row by row to send updates to AS400 by calling AS400 (DB2) stored procedure. Stored procedure has an output parameter...
View ArticleHow to convert datetime?
I have SSIS package and would like to load date information and save to another table.Date and time is in format 08320131223 (day-month-year-time)How to convert to sql server supported datetime...
View ArticleSSIS 2012 download Sample BI Package for SSIS Adventure works
I am unable to download Sample BI Package for SSIS Adventure worksThe link http://msftdbprodsamples.codeplex.com/ doesnot open up the files and start downloading.can u provide me other link where i...
View ArticleExecute 2012 Packages using SSISDB Procedures
http://msdn.microsoft.com/en-us/library/jj820152.aspxAccording to the above article, it looks like you can now call SSIS packages from TSQL without jumping through hoops like creating an agent job and...
View ArticleEvent Handlers
Hi,I have a package that has 5 containers A,B,C,D and E. This pacakge is scheduled to run nightly and recently its been failing every other day and the error message point to a data load on container C...
View ArticleSSIS Package not able to set password variable from Cmd Prompt through "/Set"...
Hi , I have an SSIS package where I am FTPing stuff through "FTP Task" control , and theFTP Connection manager password will be dynamically set through a "Script Task" control. Now I am trying to pass...
View Articleparital data moved to ole db destination
Sorry to post the same question again, but wanted to rephrase to see if I can get more responses. I really need to figure this out today. This is in SSIS 2012. It has to do with understanding the...
View ArticleThe variable "$Project::xyz" was not found in the Variables collection
I am trying to deploy a 2012 package to SSISDB. The way I am doing it is like this. In Management Studio, I right click on the Project folder within the SSISDB node and follow the wizard. When I...
View ArticleExecute MDX statement in SSIS and get results into SQL Relational table
HelloIs there any way to run MDX statement in SSIS package and then Get all the results into SQL relational table?Thanks in advanceDipal Patel
View ArticleSSIS 2012 Environment
I'm trying to follow this blog to understand how an Environment is implemented in SSIS...
View ArticleSSIS Custom Component - ComponentType property
Hi,I have a general question about the ComponentType property that's used in SSIS custom components. I know that it identifies a source, transformation, or destination component but what will declaring...
View ArticleWhat is Common Interface Format Layout
Hi, I am new with the ETL development. We have excel as our sources and my boss wants get them into SQl. Now we need to write packages for loading data. But he says that there has to be a Common...
View ArticleSSIS 2012 Unable to use Linq in Script Task
Hi All,I'm having an issue getting linq to work in a script task. I'm using sql server 2012 data tools (vs2010). I'm able to add the system.linq to the imports but when I attempt to query a data table...
View ArticleSSIS 2012 Flat File Source To OLE DB Target
I'm new to SSIS 2012, but reasonably familiar with 2008.I have a simple data flow. Flat File Source to OLE DB Destination. Nothing in between. I purposely caused a truncation error on the Flat File...
View ArticleSetting Hyperlinks & Formatting in Script task
How to set hyperlink to a text which will is actually appended to original texts. The texts are combined for framing body content of a mail.my code goes like this .... StringBuilder sb = new...
View ArticleMultiple Data Flow task in one package
I am creating a ssis solution which encompasses a parent - child design pattern. In my child package there a table AID which needs to be checked for data. The table consists of 2 fields: [tableid]...
View ArticleCall SSIS from store procedure package deployed in file system mode
I am trying to call ssis package from SP , package is deployed in file systemdeclare @cmd varchar(1000)Declare @FromDate varchar(20)Declare @ToDate varchar(20)select @cmd ='dtexec /F "'+ @ssispath...
View Article