SSIS package failing for EXCEL source in 64 bit environement
I am creating SSIS package programmatically. (using SQL Server 2008 & C#). I am facing one issue during excel file import in 64 bit environment.I am using 'Microsoft.ACE.OLEDB.12.0' provider to...
View ArticleSQL Server 2008R2 SSIS (SP2)...
Hi,Made a deployment utility using SSIS BIDS SP2 and deployment and execution using dtexec is successful on development . When trying to deploy the packages on prod , in the installation wizard , when...
View ArticleSQL Integration Services SSISDB and Paramters
I have a VS Package written in VS 2010. This package has a Parameter which I want passed from an Environment Variable. I've deployed the package file to SSISDB, in addition, I've created the...
View ArticleHow to connect oracle database using ssis package
I have installed oracle 11 g in my client machine and also i configured oracle odbc driver.I have created SSIS Package to connect oracle database and Added new connection manager as ADO.netand provider...
View ArticleExcel to OLEDB transform failure error of truncation
Hi,Source: Excel (one column:almost length:8000+)Destination:OLEDB that mapping field had nvarchar(max)in Data flow, it failed by truncation,I knew It accept 255 from excelBut How can import data...
View ArticleCan Maximum number of matches in Fuzzy Lookup be set in Package Configuration ?
In SSIS Fuzzy Lookup Transformation Editor (Advanced Tab), we can set " Maximum number of matches to output per lookup" to determine the max return rowset per lookup.Can we dynamically determine this...
View ArticleSSISDB Execute As Windows User?
I have an SSIS package loaded to the SQL 2012 Integration Services Catalog. I'm using Environment Variables and have created a stored procedure that I can call to execute the SSIS package and pass the...
View ArticleRun Stored Procedures Outside a Foreach Loop Container, without the Foreach...
I have a situation where I am building tables based off of certain products. Each table takes quite a bit of time. After all the tables are built i have to run several different procecures to create...
View ArticleAdding in a unique id via derived column.
So I have an oracle database that feeds into a SQL database via SSIS. There might be duplicate rows but I have to create a unique ID for each one. I add the new column via Derived Column tool.BUT what...
View ArticleCannot convert between a unicode and a non-unicode string data types
HI,I'm using oracle Client(for windows) to connect with Oracle database from SSIS. One of my oracle database is installed on windows machine.I've tested my application. Its all working fine. But my...
View ArticleSSIS source column update question?
Experts,We have sample table as:-CREATE TABLE #Address ( Add1 VARCHAR(30) NOT NULL, Lan VARCHAR(10) NULL, Lon VARCHAR(10) NULL ) INSERT INTO #Address ( Add1 ) VALUES ( '123 Main St' ) INSERT INTO...
View Articletrying to copy objects between Databases using C# script with...
hi,i have found this solution described else where using VB.but we use C# on our packages and for some reason it does not work.surely there is something minor that i have missed when testing this...
View ArticleIssue in SSIS to read a range from XLSX with sheet name having space and...
Hi,I need to read a range from an XLSX file tabsheet having space and special char in it from SSIS 2008. While trying to do so using excel source with SQL command as below it throws error "The...
View ArticleHow to determine latest version of SSIS deployed to msdb
We have SSIS packages in SVN and we have deployed SSIS packages to msdb. But we are not sure what is in msdb is the latest version that is in SVN. Is there a way to determine what version of a SSIS...
View ArticleScript Component Error - Unable to Save Package
I have a script component in a data flow which is bulding an XML string of the column which throws error alongwith the column name and value. Since the column value may contain special characters which...
View ArticleDownload records from sharepoint
Below is the record representation in the sharepoint. My requirement is to read each record and load in to table. So how this can be achieved using SSIS? We are not supposed to use sharepoint list...
View ArticleCommunication link failure when connecting to remote database
Hi, I have an SSIS package which runs subsequent packages in a batch. When I run the main package through command line or a SQL job and connect to a data warehouse that is on the same machine, it runs...
View ArticlePoor Data Flow Task Performance with clustered index on destination table. Why?
I am having trouble getting decent performance with loading data into a table with a clustered index using the SSIS data flow task.I was basically expecting to performance numbers only marginally worse...
View ArticleProgrammatically add Cache Transform in SSIS
Hi,I am trying a sample SSIS pakcage to fetch data from ADO.Net source and store Catch Transfrom. I tried with controls it is working fine. But when i try to do same thing using code. I was not able to...
View ArticleExcel data read from SSIS
I have one an excel sheet where column data type are mixed . Numeric no are displayed as 6.2 but the real value id 6.198432.However, excel sheet is protected. Keep in mind you can not change the excel...
View Article