Why Oracle to sql server transfer is painfully slow
I have setup an ole db source with oracle ole db driver 32 bit. When I setup connection manager and do preview, I can see the results in 1-2 seconds. But when I copy same information from this ole db...
View ArticleSSIS log provider for Text files" failed with error code 0x800700EA ((null))
We are getting error in one of our packages only in prod environment. Please help in resolving.Microsoft (R) SQL Server Execute Package Utility Version 10.0.4000.0 for 64-bit Copyright (C) Microsoft...
View ArticleRemove loop
I have complex SSIS package and it is inside a For each loop. Now I don't need the For each loop... Is there a way I can just remove the loop and keep everything inside the loop? I know I can just...
View ArticleHow to write code for NAV ,HTML Control and Data,Lable part for MSCRM using...
I am writting code for UR12 compatible to multi browser I am using below code to hide Process in CRM using document.getElementById , but i want Xrm code to hide this , how to do that? if...
View Articlecreating file lay out in ssis
how to create a file with header record? and detail record from table rows?file lay out should be like thisH123456YYYYMMDDD12345PETER20120521D12345JOHN20130522D12345ADAM20130523hOW CAN I CREATE HEADER...
View Articleapplying header record using script task ssis
Hi guys,I was stucked at creating header record in flat file. can you please provide me some code using script task. header should be like follows,RECORDTYPE - H (size 1)ACCOUNT NUMBER - U12345 (size...
View Articleconcurrent insert and update
I will be running two concurrent ssis packages. Each package will take files from different servers and insert it to the same table and update the same table. There are keys defined in this table to...
View ArticleExcel destination not working
Hi guys,I'm working to create an excel extract from the sql query using SSIS. I will create an job for this package to run every day in the morning so that i will get excel extract in to specific...
View ArticlePulling excel file and its version history from SharePoint using SSIS
Hi Guys,I was wanting to pull an excel file, with its version history, from SharePoint using SSIS and I was wonder how to do this? So far I can just pull the current excel file but, not the history....
View ArticleSSIS Error - Destination" (605)" failed validation and returned validation...
Hi,I am getting an error as below when I am loading from the source to a staging table.Destination" (605)" failed validation and returned validation status "VS_NEEDSNEWMETADATA".Complete error details...
View Articleneed help - call oracle procedure using oldb command
how can i call a oracle procedure using oldb command??????please suggest
View ArticleHow to pass table name to create output file dynamically?
I have one package with 2 connections (1 is SQL Server Source and other is Text File Output). Ideally, I want to use the same package 4 times to create 4 files (one file per table). Is it possible to...
View Articlepivot transformation- Dynamically
How can I add columns dynamically to pivot task output.
View ArticleDownloading files from SFTP
I want to download files from SFTP server to another remote server( not file server)Is there any way i can do it, i just learnt that FTP task doesn't work.Thanks in advance.
View ArticleWhich data flow source/destination is the best for a SQL Server Database ?
Hi all,I'm using SSIS for a while now but I still choose "connection type" and "data flow source/destination" randomly !I basically use SSIS for manipulating SQL Server databases. so which connection...
View Article.DAT FILE IMPORTING ISSUE IN SSIS
I have this package to import .dat files to sql database table.Most of the .dat files have the same record, they have been dropped to FTP periodically,I have a sql task which checks if there is any new...
View ArticleVariable value changing back to default
I am successfully setting a variable's value in an execute SQL task, but the next task the value is set to 0, which is the default value. I need the value in the subsequent step to insert into a table....
View ArticleSSIS PGP Decrypt Job unable all the Files
Hi,We have SSIS Package to decrypt PGP encrypted Files , the job runs successfully but sometimes it failes to decrypt the file & place it in import folder ( does not fail) . Did any one face this...
View Articleappend current date to file name
Is there an easy way to append the current date to a file when using a flat file destination?
View ArticleIssue Loading excel file into SQL SERVER 2008 database using SSIS package.
Hi,I use a ForEachLoop container in SSIS to import 427 xlsm files into a SQL Server 2008 R2 database.I use an Excel dataflow source and everything loads as expected except for 4 files out of 427.All...
View Article