How to skip wrong excel files (ignore errors on SSIS Foreach task)?
Hello Everyone! I am new to SSIS. I created a package which is meant to move some excel files to database, all of a similar format. I would like the files that contain the errors were skipped by the...
View ArticleAll the package errors in single mail
Hi,I am using Send Mail task to send the mail, if package fails.In "Send Mail task " expression, i am using the below:"Error : "+ @[System::ErrorDescription]+" occured in the package : "+...
View Articlehow to create flat file name as a table name in sql server while data loading...
Can any one help for this issueIssue: I have multipe flat files.i have load the data from multiple flat file into sql server data base with same that flat file names as a table names in sql...
View ArticlePassing job step as input to the stored procedure throgh ssis package
Hi,I have created a ssis package it calls internally stored procedure. Stored procedure has a single parameter , I am able to execute package passing parameter value to the sp and i scheduled job...
View ArticleSSIS package should return failure at the end of the execution
Hi, I have an SSIS package with three independent dataflow tasks. Each are linked by a 'completion' condition. So even if one of the tasks fail, execution will continue to the next. And errors are...
View Articlefile process if both files exists
Execute files transfer if both files History.csv and current.csv exists in the source folder.do return text to sql table column with 'Files Processed' and move files to archive folderif either of the...
View ArticleMultiple namespaces in an XML document
I have an XML document that I am trying to use within a data flow (XML Source)--the problem is that I keep getting an error message stating that the XML document has multiple namespaces and therefore,...
View Articleloading xml data into tables using ssis
hi, i want to load data from the XML into database table.for this i am trying to use XML source to give input as XML file. but while using this component he asked for XSD source, if click on auto...
View ArticleHow can I do a lookup on a table with differenct selection criteria?
Hello,I want to Lookup in table on certain criteria, if none lookup on same table with another set of criteria, if none lookup on same table with another set of criteria. This lookup may bring back...
View ArticleLoading Multiple CSV files Using SSIS
HiI have 5 csv files to load one table.Currently i created one simple package, in data flow task i took flatfile source and oledb destination.To load 5 fiels currently i am executing the package 5...
View Articlesdo_geometry?
I have to create a database using oracle and apex which displays images and can produce a search based on locations.everything was going great till I got to the point of producing a search based on...
View ArticleTrying to run psexec - job hangs
Hi all, Wonder if anyone can shed any light. I have a script task that kicks off psexec to run a command line app on our App server. I can run the package in BIDs, all works fine. Load the package up...
View ArticleInvalid Number of Parameters Ole DB Destination
Hi,I'm using an Ole DB Source to retrieve data from a table in one database, then a Data Transformation, then an Ole DB Destination to place the data in a table in another database. This was working...
View Article(SOLVED) SSIS export to CSV - delimiter/qualifier issue
I have an SSIS package which exports HTML descriptions along with other content from my DB to a CSV file which is qualified by quotation marks ("). The content itself has commas & quotation marks,...
View ArticleDynamic Query in OLEDB source
Hi,First im gonna explain what i am trying to do.I have stored procedure to get database information and store it in a table. As i need to collect all server information implementing SSIS package to...
View ArticleSSIS Performance
Hi,I have a task in which we are loading a fact table with millions of records. It includes many more unions and joins. The joins and unions are in the same database. Right now we are using Execute SQL...
View ArticleSSIS Send Mail Task To Multiple Recipients
I'm using an SSIS "Send Mail Task" in an attempt to send to multiple recipients. In the TO line of the editor, I have specified the value as follows:test@domain.com;test2@domain.com.Only the last email...
View ArticleSSIS 2012 Deployment Error
I am attempting to deploy a project to SQL 2012 and receive the security error below. I have tried the steps listed in this post...
View Articleusing a newly created login on SQL server for ODBC connection
I have used windows NT authentication for my ODBC connection to a SQL server with no problem. Now for many reasons, i would like to create logins or users so that i can control what permissions each...
View ArticleImporting text file with Date field - Format is Misinterpreted
I have created a SSIS package (SSIS 2008 R2) that imports a flat file into a sql server database. I am having difficulty in loading a date field (OrderDate) into the sql server table and obtaining the...
View Article