How to check if directory exist in FTP location or not
Dear Sir, I am new in SSIS and using SSIS 2008. Now I am going to create a package in SSIS where I am going to check if a directory exist on FTP server (current date folder name like "07-05-2013" name...
View Article"Unexpected Termination" while running SSIS packages
Hello,I'm getting "unexpected termination" error in my SSIS packages more often.This was happenning once for a time before, but now it's almost every day. I'm not running any parallel packages.SQL...
View ArticleHow to sort the columns data in flatfile source
Hi, I have lot of flat files with huge mount of data.I want to load those files data into database tables.Before that i need to sort the whole data based on particular column like Id. Without using...
View ArticleThe component returned a failure code when the pipeline engine called...
Hi All,I am using the OLEDB source in my package and Provider is "OLEDB Provider for Sql server". When ever i try to execute the package, Its returning the below error message."The component returned a...
View Articleexecute sql task result need to send as mail
Hi,I have select query to execute in execute sql task, the output we need to send it as e-mail and the result should be in the body of e-mailThanks,Ramu
View ArticleDoes SSIS use OpenQuery?
If I run a select statement using the SSIS data transfer widgets does it convert those to an openQuery?Am I better off just writing my own SQL instead of using the data transfer widgets?thanks,CS
View ArticleUsing FTP Task
Hi, We are using FTP task in ssis. Does it support to connect SFTP server. If not, what are the options available to connect SFTP in SSIS without using 3rd party tools. Thank you.
View ArticleSSIS Custom Component - Update output columns automatically based on selected...
Hi,I have the following code that creates output columns dynamically based on the input columns in a custom SSIS component:// Create corresponding output columns dynamically IDTSOutput100 output =...
View Article2K8R2: ssis packages take much longer (x100) to run when executed on a new...
We have noticed that whenever we deploy a package to a new server, one where the package has never existed before, the execution times are MUCH MUCH longer.A set of simple bulk loads (truncate + full...
View ArticleFile system task with credentials
Hi All,I need to transfer all files in perticuler folder( Source folder ) todestination folder using SSIS 2008 pakcage. Basically i'm usingforeach loop container and inside this loop I've File system...
View ArticlePSFTP and SSIS
I cannot get my psftp batch file to work, getting the following error from SSISSSIS package "MISData SFTP.dtsx" starting.Error: 0xC0029151 at Execute Process Task, Execute Process Task: In Executing...
View ArticleFailing Second Iteration in For Loop
Hi Friends,I have a task to move rows from a table in Cache database into SQL Server. This is my first time working on Cache database. There are more than a million rows in this table. I am using ssis...
View ArticleSSIS Script task FTP download...
Hi, I have a script task that connect to an FTP site and downloads all files on the site. At present it checks to see if the file physically exists on the server and if so it does nothing .. If...
View ArticleUsing C# code defining column names in a flat file as per record length provided
Hello Friends,I think this is the toughest question am asking... I have 3 different flat files... none of the flat file have column names.. The data in each flat file looks likes this0101 123 abcd...
View ArticleSimple load ending without finishing tasks
Hi I'm trying to do some very simple SSIS, just take data from an SQL Server db (OLE DB Source), do a data conversion on some rows and then load it into an Oracle Destination (Attunity).It runs without...
View ArticlePerformance of SSIS package
Hi,Can anyone tell me how to check the performance of a SSIS package? Thanks
View ArticleDo i need Multiple Excel Connection Managers for multiple files?
Good Morning Everyone,I have to load 12 months of data from excel files. My question is do i need to create 12 connection managers as part of the names are sames except for the month part. For example...
View ArticleUnable to Transfer large no of records (9 Million) from sql server to oracle...
Hi ,I have SQL server 2005 SP4(on win 2k3 R2 32 bit) from which i am transferring 9 Million recors to Oracle 11g(64 bit) .I have used both oledb provider for Oracle and ODBC driver for oracle to...
View Articlebcp utility
Just attempting a simple load of data - text file to Sql Server 2012 tablecreated an empty tableusing this command:Data has a header row and is 'pipe' delimited what am I missing with this...
View Article