Excel error
Hi, I have a package works like : download excel, load excel file into table, archive excel file.usually it works good. But as long as somebody manually input data into excel file, the package will...
View ArticleHow to manage or remove machine generated IDs?
I want to 1. get rid of text in red/strikebreaking as mentioned below Or2. customize it so that I can use this information . theses IDs are not helpfulI did change the name of my packet as well as...
View ArticleMultiple Merge Joins - Maintain SortKeyPosition??
Hi I am trying to join multiple tables to the same source in SSIS 2012 eg.SELECT source.Columns ,dim1.Columns ,dim2.Columns ,dim3.Columns ,dim4.Columns FROM Source LEFT JOIN dim1 ON Source.col1 =...
View ArticleExecute SQL Task issue
I have a SSIS execute SQL task that has the following query Declare @Licence varchar(10) Declare @ArchiveCreate nvarchar(1000)Declare @ArchiveDB nvarchar(50)SET @ArchiveDB = @LicenceSET @ArchiveCreate...
View ArticleCustom destination component appears in "Common" SSIS Toolbox rather than...
In SQL 2012 after my custom destination component is installed it appears under the "Common" category in the Toolbox rather than "Other Destinations". Is that the new way SQL 2012 Data Tools works or...
View Articlehow to read csv file using ole db when column value has double quotes
instead it reading as " alone.eg: "1234" means it reading as " string connection = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strPath + ";Extended Properties='text;HDR=Yes;FMT=Delimited'";...
View ArticleExecute SQL Task fails in SSIS package but runs successfully outside package
Hi,I created an execute sql task to save the filenames encountered in a Foreach Loop task into a database table, this works fine when I run the the individual task and it writes the filename to the...
View ArticleSSIS 2012 VB Script Task
When I create a VB Script task in SSIS 2012 and click edit script the script editor comes up completely blank. If do the same thing with C# the script editor comes up with a template to plug in my C#...
View ArticleDTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER
All, I’ve come across an issue with a newly created package. Several error messages are receved relating to the package's connection managers. Each connection managers tests successfully. However,...
View Articleremoveing duplicate records in particular columns
removeing duplicate records in particular columnsi have say 5 coulmuns. i want to delete duplicate values in col1 and col2col1 col2 col3 col4 col51 a xyz...
View ArticleSend email using Data Flow Output Column
Very new to SSIS so in my Script Component I defined MbrCnt as an Output Column and Incremented in the C# code. How do I take the Output Column (MbrCnt) and send Email from Control Flow ?Thank YouAny...
View ArticleIndependent SSIS Package Execution
Hi Everyone,I am looking for a way to execute multiple instances of child package independently of the parent, once I pass the variables. 1. The parent package keeps running in an infinite loop and...
View ArticleSimple Column Update Using LOOKUP
I need to perform a very simple update of a column in a table. While it would be just as easy to write an EXECUTE SQL task, I'd like to do everything in SSIS little silos and avoid scripts where I can....
View ArticleAssigning a value to output variable in SSIS Script Component...
Hi all,I am having an issue with writing an value to a variable inside ssis script component.trying to convert a file from ansi to utf-8.Here are the steps i followed:Created a variable Readonly with...
View ArticleDownloading folder, subfolders and files from ftp to local machine
HiIs it possible to download folders, subfolder and files from ftp to local machine using ssis package? Could you please let me know how to do it?Thanks
View ArticleError handling with IF clause
I have a stored procedure which has a IF clause at the end i.e. at the end it hasIFCONDITIONBEGIN STATEMENT1END ELSEBEGIN STATEMENT2ENDI use this stored procedure in SSIS Execute SQL Task to store in...
View ArticleThe version of component "SQL Server Destination" (21) is not compatible with...
Hi All,Setup:Server: Windows 2008 R2SQL: Microsoft SQL Server Management Studio 10.50.4000.0 Microsoft Analysis Services Client Tools...
View ArticleFlat File Destination from SQL server source Tables
Hi All,In my scenario, sql server table have 10 records these needs to write into the CSV file first row as coulmn and the second row as a one particular record then other 9 records needs to write in...
View ArticleJoining multiple table In single transformation.
Hi All, My task is to join multiple tables and insert it into a destination table.I want to do it with SINGLE transformation .that trasformation or task may be or may not be present in ssis that may be...
View ArticleString Unicode and NVARCHAR
Hello,I must extract data from a xml file and load it into an Oracle 11g database. I have a series of output columns with type "unicode string". These output columns are mapped with nvarchar2 columns...
View Article