Compare particular Colums between 2 flat files in SSIS
Hi ,I want to compare a particular columns bewtween files. if any columns values will mismatched , i need to stop my loading into table.For example:( Before load into tables)Flat file 1: EmployeeName...
View ArticleNeed help on TRacking Jobs history of an ETL package
Hello there, Kindly Elaborate me the way to track Job history of my ETL package. For Sample I am running that package on my local Server. i need a SQL Server tAble, Which Gives me following information...
View ArticleSSIS Tutorial for 2008 R2 with correct Adventureworks db
I am trying to find an SSIS tutorial that has the correct adventureworks data to match the lessons. Everyone I have tried up thru 2008 R2 gets to lesson 6 (ETL dtsx) and the database does not match the...
View ArticleHow to load different files into single tables
Hi,I have a folder with 5 .CSv files and 5 Excels files,these files i want load into single tableis it possible to load using one data flow taskplease provide a suggestions RegardsMallis
View ArticleUsing data flow task to copy tables that get created at run time.
As I said, I want to use a data flow task to copy a table in one server to another. This task will be inside a for each loop. The issue is that, every time, the table name is going to be changed. But...
View ArticleSSIS: Export data from ODBC source to Excel only 5000 rows at a time
Greetings,Im inserting data into Excel using SSIS.Im getting the following exception:'[Excel Destination [32]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code:...
View ArticleHelp in SSIS to Kill MDX Query Session
Hi ,I build one SSIS Package to kill MDX Query session Id, running above 20 minutes .1) First I make Execute SQL Task & configure this as Below ..2) Then also make Analysis Services Execute DDL...
View ArticleTrying to loop through files
Sorry if this is a simple thing, I just can't seem to get it working. Ugh.I'm following the example here:http://www.sqlis.com/sqlis/post/Looping-over-files-with-the-Foreach-Loop.aspxI got stuck on...
View ArticleConditional Execute SQL Task in SSIS
I'm using one SQL Task in SSIS Package in this manner ..& There is one Constraint which connect this Task to another one .I want that If there is a no output in first SQL Task, then second Execute...
View ArticleParse Terms from Column (Derived column?)
I am creating a package from a vendor that concatenates terms differently an places them in one colmn.so here is an exampleColumn BUSINESS_UNITterm CO-SALES-DENVER...
View ArticleSSIS 2012 Agent job errors with Excel data source - "The Microsoft Office...
Hello, everyone,I have a package that imports Excel (32 bit) spreadsheet into SQL Server 2012. In my SSDT, I set Run64BitRuntime to false. It works fine.I then deployed the project to the Integration...
View ArticleCase statement on Variable SSIS
Hi friends,I have a small issue in my package I would like to write a case statement on Variable or Column in derived column TransformationI was using forloop container that pulls the data from...
View ArticleSSIS option to trim all character fields upon import?
Does SSIS have an option to automatically trim (both left and right) all character data before importing it into a table?TIA,edm2
View ArticleLogging of ETL of business critical data in SSIS package runned by SQL Agent Job
I have SQL Server 2012 SSIS, which import business critical data from source database. I have SQL Agent job, which runs the SSIS package once in day.I would like to log many things (like who runned...
View ArticleHandling the failures of more than one step..
OK,So I have a package it has several steps, all of which run independtly. They are concerned with the generation of text files. The steps work, but I want to include good error handling. This is one...
View ArticleSSIS : Adding a Delimiter to the end of the last record in a file in flat...
I have an urgent requirement.Below is the requirementI need to add a Line feed/Delimiter to the end of the last record in the flat file.Can you please suggest me a way to do it in SSISThanks in...
View ArticleDisable Data Flow Components (Alternatives)
I'm aware there are already a few threads about disabling data flow components (how you can't) and alternatives, or why you shouldn't want to.I'm trying to make it easy to switch between a development...
View ArticleCheckpoints and Logging
I just had a general question regarding SSIS performance.I've got a good number of SSIS packages that comprise one master package. I've just implemented checkpoints and logging on each package.In the...
View Articlegenerating the flatfiles from server getting error
Hi,source file type is .csv. I am using executeprocess task to download the source file..its thrown error by the executeprocesstassk and also through command prompt. all arguments are sitting...
View ArticleSSDT addin for Visual Studio 2013 BI
Hi, Is there an update for the SSDT for Visual Studio 2013 BI available ? when going to the download page, there is a "remove file" message but nothing about when it will be ready...
View Article