ssis package optemization
Hi can you pleaze share me best optemization techniquies in ssis...N.suresh
View ArticleSSIS Package fails on C# Script Task
I have a package that creates an Excel sheet (via a T-SQL task) then loads data into it. The customer has specific header requirements which want the spreadsheet designed as such:ReportName Covers...
View ArticleSSIS - CONNECTION STRINGS ISSUE
I am migrating a sql2005 SSIS package to sql2008 version but I need a clarification on the connection strings.In 2005 version, I have the following which works fine:Data...
View Articleoledb destination
hi,my oledb destination gets right data.but not in order , i have identity column,so when first record insert it should 1 on the first row.but i am not getting it.when i query it by using order by then...
View Articleconvert decimal to 2 digit
himy column has a value like this156432.333333333333333335.6789now i want that numbers who has decimal should be only 2 digit, but integer number should remain same.only decimal number should be round...
View Articleinsert from 1 database table into another databse table
hi,i need to isnert data from 1 database table to another database table using conditioninsert([Code],ProductName)select...
View ArticleInformix odbc from SSIS Ado.net Source
Hi Guys, I am trying to getting get data from Informix ODBC 3.7TC to Sql server database using ssis but got a syntax error as below.ERROR [42000] [Informix][informix ODB Driver] [Informix] A systax...
View ArticleHow to load multiple rows of order data with same info on each row for order...
Hi,I am newbee to SSIS so i hope the experts go easy on my lame question. I am getting my order information in an excel file in the following format and order and i need to load these into orderheader...
View ArticleBenefits of SSIS
Hi everyone, The load for my data warehouse has recently been moved from a series of stored procs running in a SQL job to running in an Ssis package to take advantage of the parallelism, but my load is...
View Articledata mismatch
hi,when i run package i see data in data viewer,but when i see in the table,its mismatch.some of the column has different number then what i see in data viewer .i check mapping ,everything is correct
View Articledata conversion error
i am getting this error Data conversion failed while converting column "NAME" (176) to column "Copy of NAME" (15). The conversion returned status value 2 and status text "The value could not be...
View ArticlePackage Validation Error (Package Validation Error) - cannot convert between...
Hello,This application looks straight forward enough but when I try to run a package to test a simple import of 2 columns from a flat file to a table, I get the following errorPackage Validation Error...
View Articleadd output columns to transformation service package
I'm design a package to import data from an excel file to SQL server table. The excel file has about 20 columns. The SQL server table has more than 150 columns. So I need set default values to a lot of...
View ArticleVariable's value inside script - to take it out of script?
Hi,I need to know, If I am stuffing data to a text files and I am trying to take the whole thing to a variable declared inside the script task.(Because of the restriction to 4000 characters for a SSIS...
View Articleimport multiple excels into single sql server table using ssis 2008
Hi,I have a doubt. i want how to import the multiple excel file into sql database.(sql 2008) i have 2 excel files. i have used the foreach loop container , but while am executing it showing the...
View ArticleSSIS Programming - List of STOCK moniker values
Hi,I've been looking into programmatically creating SSIS packages. The Executables.Add method can take something referred to as a STOCk moniker as an input parameter...
View Articleimport csv file use ssis why 04-2302 change to Apr-02
import csv file use ssis why 04-2302 change to Apr-02
View ArticleSSIS Sequence Container added inside the For Loop Container programmatically...
I have created a SSIS package named “PackageA” withFor Loop container (“FLC”) in SSIS BIDS then saved asC:\ PackageA.dtsx. My requirement is to add a Sequence container inside the For loop container...
View Articleimport csv file use ssis why 04-2302 change to Apr-02
import csv file use ssis why 04-2302 change to Apr-02
View ArticleSQL Server 2012 virtual labs feature expired MS software .. and noone cares
I tried a SQL Server 2012 virtual lab this week to test out SSIS in 2012. It turns out the lab "features" expired MS software! So I tried another one of the 2012 labs ... same problem = fantastic!So I...
View Article