unable to load package
I have created an SSIS package in BI dev studio which i can debug and run fine. I have saved the dtsx file to a production server which calls it using dtexec as part of a batch script (we are migrating...
View ArticleRunning SSIS package from C# application fails if version is not the same
We are running SSIS package from C# application using Microsoft.SqlServer.Dts.Runtime.Package class. It fails with the error messages "..cannot run on installed (64-bit) of Integration Services. It...
View ArticleConvert 10Feb1987 to 1987-02-10 using SSIS expressions - please help!
Hi, I have a text file source which has column 'BirthDate'. The values are in the format 10Feb1987. It has NULL values also. Now, I have to load this values into a Table -column 'BirthDate' and its...
View ArticleEmpty files Data Flow Task (SSIS 2005)
In My Data Flow Task in SSIS (SQL 2005) I work with a Flat File Destination to capture my error output. Allthough when there is no error output SSIS creates an empty file. Is there a way to prevent...
View ArticleFuzzy Lookup Alternative
I am currently working on an solution that consists of 10 Packages which utilize a fuzzy lookup to perform some matching functionality amongst other things. In some cases there are 3 fuzzy lookups in a...
View ArticleHow to add variable in SSIS to check >14months date from today and pass this...
Hi Every Body,I am using SQL and BIDS 2008 and new to SSIS.Please help me on this scenario.we have package already and now, i am working on CR. i want to create a variable in SSIS to check date...
View Articlehow to change the package configuration path of more than 500 ssis...
Hi All,We have developed more than 500 packages in the dev enviroment and all the indiviual packages has individual config file.All the files are stored in a sharePath called...
View ArticleExport the stored procedure resultsets to Excel
Hi,I am new to SSIS. I want to export the resultsets of a stored procedure to Excel.My procedure is having three different result sets.I want show these result sets into three Excel sheets.Each sheet...
View ArticleShould columns having their SortKeyPostions set be deleted in a Union ALL...
I'm developing an ETL to load data from a source system into a DW.I'm using an OLE DB Source to select data from a staging table. I'm using an order by statement in the select to sort the data. In...
View ArticleHow do I use an XML file as datasource when creating SSIS package in 2008?
How do I use an XML file as datasource when creating SSIS package in 2008?
View ArticleHow to deal with NULL values in SSIS expression for Date clumns
Hi, I have a text file source which has column 'BirthDate'. The values are in the format 10Feb1987. It has NULL values also. I have to load this values into a Table -column 'BirthDate' and its...
View ArticleLoop on control flow so file loads in excel seperatly
HiI have one pre existing package which has source which exec a sp with parameters and dump that into excel file at a location now it is something like this,exec [dbo].[sp_name] @planlist = '1,5,20'so...
View ArticleDerived Column Transformation Editor Expression
How can I get this converted in the Derived Column Transformation Editor?@SQLQuestions = 'isnull(['+ shortdesc +'], '''+ prDefault+''') as '''+replace(PrintDesc,'''','''''')+''','
View ArticleError Occured while skipping data rows
HelloI'm having a problem with a flat file source in that the package throws an error straight away. The error I get is as follows:Information: 0x4004300C at Data Flow Task, SSIS.Pipeline: Execute...
View ArticleSSIS Data flow task error -2146233033
What is error -2146233033? I created a Data flow task that copy data from ADO Net Source to a flat file destination. I am redirecting the records with errors in another flat file. One of my records has...
View ArticleNeed help with C# code to remove the specific code from a txt file
i need to load a file into the database but i have header in between the rows as this a file generated from a weird systemEX: col1 col2 col2 col4 col5 col61 2 3 4 5 61 2...
View ArticleCheck if Full Resultset returned by Exec SQL task has some rows
Hi,I have an Execute SQL task with the below stored procedure. It returns a resultset to an object variable. How do I know if the resultset has returned something or not?StoredProcEXEC...
View ArticlePerformance, handling 1.2 million rows takes 7-8 hours?
Hi!I'm working on a project restructuring some data using SQLIS. The problem is one package that is handling about 1.2 million rows takes about 7-8 hours to complete.To my question, is there any of the...
View ArticleSSIS package runs in DtexecUI but fails in Dtexec
The same package (on the same machine) runs fine in DtexecUI but fails in Dtexec with the error message DTS_E_PRODUCTLEVELTOLOW. We checked both 32 bit and 64 bit version of Dtexec, they both fail.I...
View ArticleCheck Excel WorkBook exists, if not create empty
Experts,We want to check if "C:\File.xlsx" exists or not, if no than want to create it.Imports Excel = Microsoft.Office.Interop.Excel Dim Exl1 As New Excel.Application Dim strFile As String strFile =...
View Article