Load Multiple Excel files with multiple sheets into single csv files
Hi,I have 10 excel files and each excel file contains 10 excel sheets. All the excel sheets from all the excel files have the same header file. I need to convert them all into 10 csv files.Ex - 1.xls...
View ArticleExtract parts of a string into columns
HiUsing SSIS 2012, can I extract the following string a into different columns? brand=PPPP&webId=Goody&client=CCC%2520INFORMATION%2520LTD%2520test&sourceSystem=GGGGIs it possible to do this...
View ArticleDoes any one use Jenkins to deploy SSIS packages?
Does any one use Jenkins to deploy SSIS packages?lcerni
View ArticleBest way to transfer millions of rows
Hello,What is the best way to transfer more than 100 million rows from source to destination. The destination is a fact table so between lookups are used to generate the surrogate key.FYII'm using sql...
View ArticleAttention All SSIS Gurus! Time to SPRING Into Action!
April fools out of the way, now let's find an April genius!The name "April" is derived from the Latin verb "aperire", meaning "to open", as it is the season when trees, flowers AND MINDS start to open!...
View Articlefile output
hii have ragged right file , all records are coming correctly , but only few are not coming in proper waywhere i need to look into?
View ArticleSCD task and Sequence generator (Next Value) dependancy
We have Sequence generator (Next Value) enabled for surrogate keys (SQL Server 2012). When we use the new SCD task, we get the following error:[Insert Destination [42]] Error: SSIS Error Code...
View ArticleFile not found : /
I am getting my File List from a FTP Task and then processing it through a Foreach Loop Container using Enumerator Foreach From Variable Enumeratorand specifying my Object Variable User::FTPFileList...
View ArticleFetch all vars in a package
Hi,SSIS 2012Script Task c# Is there a way to reference ALL variables in the Dts.Variables collection without the need to lock and explicitly provide the var's scope::name.Thanks,Shaul
View Articlepackage works in a job but not in bids
Hi,I have a package that runs from a job but not from my Visual Studio 2012.I start the package as a step in a job, no configuration files, and it works perfectly or at least if finishes after few...
View Article#TempTable Creation and use throughout my SSIS Package
I know I've done this before but for the life of me I cannot get this to work.I am creating a #TempTable to house my Email Message.USE [msdb] GO IF Object_ID('TempDB..#TempTable_Files_EMail_Message')...
View ArticleHow can I find out the server port for a secured FTP site and creating a FTP...
I have to create a FTP Task to go out and get the files that our 3rd party vendor will be dropping on a secured FTP site. I have all the credentials to access that Secured FTP Site and have...
View Articlerun sql command in data source
Hi All,I trying integrate data from oracle to sql server 2012 using SSIS & OLEdb datasourcewhat I am asking is how run sql command in my OLEdb datasource and join from table that I created in my...
View ArticleHow do I replace a leading "/" in my Filename Enumerator within my Foreach...
I am getting the files from a secured FTP Server and am using a Foreach Loop Container to then process through that file list and download them to a FTP Staging Folder. My Foreach Loop Container and my...
View ArticleNoobie looking for guidance...
So I am a .Net developer with several years under my belt along with many years of experience working with SQL Server. I just started a job working with SSIS for which I have no experience. The group I...
View Articlea premature end-of-message was encountered--an incoming data stream was...
I am getting this error when try to transfer data from an hosted database.An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005 Description: "While...
View ArticleCannot open the datafile "\\server2\oie$\InputFiles\4150_222"
I have an Integration Services Catalog Project that I execute from a .Net User Interface. When I execute the project using the user interface directly on the server it works fine. When I execute the...
View ArticleSSIS Ole DB Destination Dynamic Fail
Hi, I have a dataflow with Ole source and ole destination task. in the Ole Source I have the Data access mode "SQL command from variable" and I have the rset variable whith the select sentence :...
View ArticleConverting Chinese to English in SSIS
Can someone help in converting simple mandarin into English using SSIS.
View ArticleSSIS execute single SQL Task for running multiple SQL statements on TeraData...
Hi,I need to run multiple statements in TeraData connection ("Go" command between the statements is not recognized). how can I execute 1 SQL task referring to those multi statements? I'm using file...
View Article