Rollback on Task fail or execution till error statement?
Happy New Year!I have a Visual Studio SSIS task placed in an sequence container which itself is in a package; this task just executes an SQL script file containing 100 insert statements. One of the...
View ArticleHow to pass Varchar datatype value to Storedprocedure in ssis
Hi All , I have created a package which is internally calling stored procedure.My stored procedure has two input parameters(@Startdate varchar(10),@Enddate varchar(10)),but while i am trying to pass...
View ArticleSSIS - Import Excel Task Running Fine in Visual Studio, Failing as a SQL Job
Morning All, I'm having difficulty with a package I have created to import an Excel Spreadsheet into a SQL Table. Basically we have an aged Call System that doesn't have an ODBC setup for exporting...
View Articlehow to search a package for a certain table
What is the best way to search a bunch of SSIS packages for a certain table without actually openning all of them? I am new to the organization and there isnt a clear naming convention to the packages...
View ArticleDatepart in the source file name should be loaded into the column of a table
Hi FriendsI'm using foreachloop to load some excel files into DB, the excel files names are ended with date(YYYYDDMM) and my requirement is to put that date into a column in the destination table. How...
View ArticleJoin multiple tables using single transformation using SSIS 2008..
Hi,I am new to SSIS. I need to know how to join multiple tables using single trasformation using ssis 2008.I need to join more than four tables using one transformation only one time i can use the...
View ArticleSSIS More help
SQL2008 R2Thanks for the help in my previouss thread, but im still struggling.In Data Flow,I have created a OLE datasource with a paramatised query as my source. ( This grabs the correct records )The...
View ArticleSSIS: ADO.net data source- error output
Hi All,I am trying to load data using ado.net source and taking the query from a variable. Till here it is fine and I am able to preview the data also.The issue is - in the error output tab of ado.net...
View ArticleSSIS send email task. How to set up SMTP
HiI know SSIS Send email task is rather limited but I was just wondering how to make it work on my local machine with Windows 8...just to satisfy my curiosity.Send Email support windows / Anonymous...
View ArticleCustom SSIS PipelineComponent fails with DTExec
I built a custom SSIS Pipeline component in VS2010. It works perfectly in BIDS locally and on the server. I can't run it using DTExec on either. I set up VS to debug\start external program (32-bit...
View ArticleExecute Stored Procedure using Execute Sql Task
when i am executing SP which has following execute script in SSIS using Execute SQL task I am getting the error "Executing the query "Exec Windows.[uspInsertImportEventLog] ?, ?output" failed with the...
View ArticleThe error redirect output is empty with only column headers
I have a task which performs the following:1. read data from a text file (source) - (id, zipcode)2. match/lookup a zip code column against a SQL table (source) - (zipcode, city, state)3. populate the...
View ArticleDynamic Excel Sheet Name
Hi FriendsI'm looping Some Excel files. All the sheets have similar structure but the sheet names are different like this:ExcelFile_1.xls = Input_01ExcelFile_2.xls = Input_02ExcelFile_3.xls =...
View ArticleSSIS XML Source not failing with different XML
I am using a Data flow task with XML source.I am using a XSD which is generated in the source window itself. I parsed a defferent file with same name but different elements in the XML.The elements are...
View ArticleProblem pulling character/string values from an Informix database using SSIS...
I am using SSIS 2008 and having a problem with pulling character data values from an Informix source. The etl runs fine, it pulls records from the source database and poulates them in the target, but...
View ArticleSSIS logging to SQL Server DB
Hello Everyone, I am a novice to SSIS. I have created a package with few Sequence Containers and few Tasks within them. The package will be scheduled to run automatically and thus I want capture the...
View ArticleHow to read Data from multiple tabs of excel Sheet using SSIS
I want to load data into SQL Table from excel file . I have multiple tabs in a excel sheet and i need to load multiple excel sheet at a single time. Metadata in all excel sheet is same. Only...
View ArticleProblems with retrieving numbers from Excel
Hello,I'm using SSIS, SQL Server 2012 and Visual Studio 2010.I'm trying to retrieve data from Excel source - it can contain both numbers and strings (like 'x' for an unknown number). I'd like to read...
View ArticleWhat's the minimum configuration to run dtexec on windows 2003 server (32-bit)?
This question seems rather simple but I haven't found a definitive answer.Here the situation. DBA does not want to have SSIS packages running on the SQL server 2008 R2 box so another Windows 2003...
View ArticleQuestion on Dynamic Connection String for OLE DB
Here is the situation: I have a very simple query which needs to be run on say 10 database on 3 servers. Credentials to access to these database are consistent. I know I could create 10x3 = 30...
View Article