SSIS import data file and export to another file
Hi guys,I'm new to the SSIS thing. I have a question, i have a data file being sent to me (.dat/.csv)next, upon receiving, i will be getting some contents of it and combine it with the one that i...
View ArticleSSIS - Import Multiple source files - Single SSIS package
Hi all,I have got an requirement to load employee data from multiple sources like CSV, flat file, excel ( each file will have different columns & unique structure, but contains employee grade...
View ArticleDebugging and data flow row counts incorrect
I've recently upgraded several packages to SSIS 2012, and I'm finding that the row counts shown in the data flow while debugging are entirely nonsensical. My data flow goes something like this at the...
View ArticleSSIS APPLICATIONS AND SCENARIOS
Hello SSIS Professionals, I have learnt SSIS but I dont have real time experience on this. I would like to know applications of SSIS , Real-Time scenarios of using...
View ArticleShare your SSIS Experience
Hello Professionals, I guess every one right here are mostly working as SSIS Professionals. I would love to know yours SSIS Experience and on what scenarios you used SSIS...
View ArticleError at Lookup Transformation Editor
When i try to map input columns to output columns in the above look up transformation.I'm Getting the below errorThanks in advance.
View ArticleCustom destination component appears in "Common" SSIS Toolbox rather than...
In SQL 2012 after my custom destination component is installed it appears under the "Common" category in the Toolbox rather than "Other Destinations". Is that the new way SQL 2012 Data Tools works or...
View ArticleLoding Data from excel to table in ssis and write already existing records to...
Hi,I'm new to SSIS. We are using SSIS 2005. I need to load the data from a excel to sql server table. If the table already have those data we have to redirect it to reject table having same structure...
View ArticleSSIS Deployment - SQL Agent Failure - Configuration Issue?
Good morning:I've worked with SSIS exhaustively in the past and this one is stumping me. I almost am leaning towards a configuration issue on the SQL server versus a deployment issue but wanted to run...
View ArticleHow to insert data in to hive(Hadoop) tables using SSIS
Hi All, I am able to extract data out from Hadoop(Hive table) using SSIS 2012 Ado.net connection is there a way of inserting data in to Hive(Hadoop) tables uing SSIS.If any one had done before please...
View Articlessis error
hi,i am getting following error : Error: 0xC0202009 at Data Flow Task 1, Source - ntis [84]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E0E. An OLE DB record is...
View ArticleDerived Column Error
I have double pipes (||) in a CSV file, and I'd like to replace them with a single pipe (|) but I cannot do it. Every-time I use the Derived column task to replace them it replaces the whole column...
View ArticleCan the working directory be specified for an XML task - trying to use a...
I'm trying to validate an XML document against an external DTD document, using an XML Task. The XML document has a relative path to the DTD document (which is will be in the same directory as the XML...
View ArticleGenerating SSAS partitions in SSIS for SSAS Tabular - SQL Server 2012
Hi,has anyone any experience about the SSIS package to generate dinamically SSAS partitions relative to "Expert Cube Development with Microsoft SQL Server 2008 Analysis Services" book of Alberto...
View ArticleMerging two different columns into one
Hi,Good day all, hope we are all good.Please am design an ETL to load data from different sources into one table. All the source tables have the number of column and column typeE.g.Source AID Name Age1...
View ArticleHttp connection using Proxy
Hi ALLHow can i make success Http Connection using this URL .http://www.livedrive.com/ResellersService/ResellerAPI.asmxMy Organization uses Proxy recently ..Before Proxy my Connection shows...
View ArticleHow to make sure that only one copy of a package is running at any one time?
Hi there. I have a pretty basic problem, I believe. I have a package that people can run using a bat file. Now, I'd like to make sure that when the package is running there is no way to run another...
View Articleconditional split question????
How do I create a condition in a conditional split task that validates an email by looking at a string to find an @ symbol?
View ArticleHow to convert the date values field on flat file as header columns within SSIS
I am trying to upload multiple CSV files which has dates but I wanted the dates to be part of the column and I have no idea how its done in SSIS CSV files look as shown below when opened in Excel....
View Articlegroup by in ssis
hii need to have result from thsi query ,select a.productname,b.qun from product a, real_product bwhere a.id = b.idand year(a.date_f) = 2007 and month(a.date_f) = 1GROUPBY...
View Article