How to copy a column value in to a variable in Dataflow task?
Hi All,I want to copy a column value to a variable inside the data flow task. Which is the best way to achieve it in SSIS?Thanks,Sri
View ArticleSISS AND SSDT when i try to open the package i am getting the error? can you...
Micro Visual Studio is unable to load this document failed to load XML due to error 0*C00CE564 "A CDATA section was not closed,Line 10622,Column 38", This file occurs when loading a package and a file...
View ArticleChange Charset of SSIS package from Unicode to Latin 1
I created an SSIS package which makes queries my DB and exports the Result to a CSV File, in order to import the data into the DB of another system B (which I don't have access to). According to the...
View ArticleClean solution to use Database Links in OLEDB source
Hi,I have a connection to server A and from there, I have access to a set of views that are behind a database link.All the queries I can do follow have the following semantic:SELECT CODE,...
View Article"Root element is missing." - While using Sharepoint List Source in SSIS.
Hi Team,We are trying to import data from sharepoint list using sharepointlist source in SSIS. But the following error pops-up.[SP_SRC_SharePointList [67]] Error: System.Xml.XmlException: Root element...
View ArticleScope of Breakpoints in SSIS project using Project Deployment model
HiRelatively new to SSIS and Visual Studio (so please forgive if I'm wrong with this), I was surprised to learn when using Breakpoints to help troubleshoot a dtsx package that the scope is limited only...
View ArticleError Column Name SSIS
Hi there,I would like to find out the Error Column name I know we can get ErrorCode and ErrorColumn but I can't able to get the Error Column NameIs there any easy .Net Code to find out the Error Column...
View ArticleManual execution Vs Scheduled Job execution
Hi All,I have a query and would appreciate your response / guidance. I have a CDC package which when I execute manually takes around 1 sec to finish but when I execute the same package via a SQL job it...
View ArticleUsing Script Task to rename an excel sheet.
I'm trying to use an SSIS Script Task to rename an excel sheet. I've found several code samples on the net but most don't compile correctly and my knowledge of VB.net or C# isin't strong enough to fix...
View ArticleNamed sets...do you use them?
Hi guys. Named Set, I just builded up one but I am wondering how I can show it? I mean, the named sets it useful for what? Do you use it?Thanks
View ArticleScript Task order by FileName
I have following code in my script task to get all the files in directory. String[] sourceFiles =Directory.GetFiles(Dts.Variables["User::FilePath"].Value.ToString(),"*.TIF");I have files in directory...
View ArticleVS 2012 doesn't recognize SSDT installed
When I try to open/edit SSIS packages in VS 2012 shell, I am getting the following message:However SSDT is installed and shows up as an installed product:I have uninstalled and reinstalled SSDT and...
View ArticleConvert SSIS DateTime to a String
Being a newbie to SSIS I'm not sure of the most efficient method of converting a DateTime object to a String. I'm from a C# background where this would be easy using DateTime.ToString("YYYYMMdd"). I...
View ArticleBIDS 2008 DataFlow viewer not showing even though the sql statement returns data
Have a dataflow and trying to see why no rows are being written to the destination. I popped a viewer on the connection, but it doesnt show up when I run. What can I check?The DataFlow source runs a...
View ArticleSSIS package not working on 2012 Integration Service Catalog deployment
I've set up a package that imports data from an excel spreadsheet(my only possible data source). I deployed it and it worked for a while and then broke. I had to switch to a generated connection...
View Articleformatting flat file in SSIS
I have an output table with CREATE TABLE [dbo].[Extract_wt_693_Truven_Intel_PharmacyClaims_Output]( [RowId] [int] IDENTITY(1,1) NOT NULL, [OutputRow] [nvarchar](420) NULL, [Modified] [datetime] NULL,...
View ArticleAsk about an Error in SQL 2014
Hi all,I got an error in SSIS package when I upgraded from Sql server 2008 to 2014 as belowI have a format file with "Text qualifier" is "||" and "Column dilimiter" is "|" as below data example and it...
View ArticleDontSaveSensitive; Key not valid for use in specified state error
I initially had my packages set to 'EncryptSensitivewithPassword' and usedthe config files. My job executes fine. But I noticed I was getting THE error "......Key not valid for use in specified...
View Articlesplit flat file into multiple file
hi i have flat file which has 2 gb data . now i have split into multiple files that text editor can handle it. i dotn have any identity column in my data.how to use conditional split to randomly...
View ArticleUsing same package as child for parallel process
Hi,Would like to know if we can call the same package(child) for parallel process from Parent Package?Like the same child package will be utilised in parallel with diff parameter options.is that...
View Article