SSIS survey for next set of improvements
SSIS product team is looking forward to your feedbacks and suggestions to help us prioritize our next set of improvements. We will appreciate it if you could take some time to provide your insights in...
View ArticleCode: 0xC0208452 Source: Data Flow Task ADO NET Destination [86] Description:...
Hi There!I have created one package (1) to import data from Flatfile(csv), (2)Clean It then (3)send clean rows to SQL Database.This package was working fine before. Since I have decided to deploy this...
View ArticleSSIS Derived If Statement
Hi All,i was wondering if someone could point me in the right direction -i'm struggling with an Expression. i'm needing to say that if column A and column B are NULL then the Derived Column value would...
View ArticleExport SSIS Project: non-SSMS way
Fellow forum members,I was wondering if there is any way we can export a SSIS project from the catalog using scripts.What am to trying to achieve is automate the deployment of our SSIS projects. If the...
View ArticleCreate Folders Dynamically by looping in a database table and move the files...
I am new to SSIS, and would like to seek help in doing some requirements. I need to create Folders based on the records of a certain table and download files from the same table and move files to...
View Articlessis conditional split - filter empty column value
hii hvae blank value in my tablewhich i need to insert into another table based on condition.i am using conditional split and doing id == "" , which is not working ,also len(id)==0 also not...
View ArticleAlerting for a SSIS 2005 task that runs indefinitely
Hi,for a my SSIS 2005 package it occurs sometimes that a task runs in a indefinite manner (the color of the box remains yellow). Is it possible to capture a such event in order to alert a dba...
View ArticleProgrammatically creating Transformation Script Component
Does anyone have any examples of programmatically creating a Transformation Script Component (or Source/Destination) in the dataflow? I have been able to create other Transforms for the dataflow like...
View ArticleError in deploying ispac file
Can someone help me with the below error please :I am using a batch file to execute the cmd line which deploys the package. It is showing me the below error:Unhandled Exception:...
View ArticleFor Each Loop: Truncation error on excel field
In my SSIS package, I'm using a WMI file watcher combined with a ForEach loop to process excel files and load them into a SQL Server database as they are deposited in a drop box folder. Recently I've...
View ArticleSSIS 2012 job hangs dataflow task
hi all,i have 2 data flow tasks in a package that run based on parameters.the package is being run as a sql agent job using catalog execution model.the job sometimes hangs without reason. also, when i...
View ArticleExec SQL Task - SQL Statement
Hello All,I hope I am able to clearly explain what I need assistance with.There are some tools that are used to import data into an application; therefore, there are mulitple Import Sources.Currently,...
View ArticleIs there a way to Insert Data into a Lookup Column Type on a SharePoint List...
Greetings.I have successfully worked out inserting SQL data (2008 R2) into my 2010 SharePoint list (New, Update, Delete) by creating an SSIS Data Flow Task as outlined...
View ArticleSSIS Connection String Expression
Hi The bellow Expression shows my connection string expression @[User::foldername]+"\"+ @[User::filename]it giving error, here i am passing two variable one for folder path and another for filenamewhy...
View Articlessis count rows
hi i have data in 1 table like this:firstname, lastname , doblisa kar 02/03/2013kit care 03/04/2013which i need to compare another table which is big...
View ArticleSharing local temporary tables across data base connections in SSIS
Is it possible to share temp tables between two connection managers as 2 separate execute sql task in ssis.I am not able to do so. I have two execute sql tasks which uses two different connection...
View ArticleChecking excel file and loading them
Hi guys, one question: I got hundreds of excel file that I load in a table (sql). Now my concern is to load two or more file that are the same. But using the parameter that should be impossible. My...
View ArticleSQL 2012 - DTS Script Task - Exception has been thrown by the target of an...
The error is thrown while trying to access system variables from within DTS Script Task.String strPackageName = (string) Dts.Variables["System::PackageName"].Value;Same results with other variables,...
View ArticleA truncation occurred during evaluation of the expression
while evaluating the below expression in Property expression editor . I got "A truncation occurred during evaluation of the expression" errorExpression :REPLACE(@OutputFilePath, ".xls", "_"+...
View Articlessis package creation for pivoting column values in two rows
Input File looks like below..Starts at row7Columns are fixed. Rows are not fixedFor every quarter months, we have both Avg and Period values and for non-quarter months, we have value only for Avg...
View Article