SSIS package SQL Server 2012 Error 0xC02020C4
Hi, I'm in the middle of upgrading from SQL Server 2005 to SQL Server 2012. I've migrated all the SSIS packages in BIDS to 2010. I'm having a problem with one package. I receive the following error...
View ArticlePerformance when Package calling child package in SQL 2012
Hi, I'm seeing some strang behaviour with SSIS 2012 concerning calling child packages from a main package. First let me set the scene: I have several packages loading data. Next to that I also have a...
View ArticleXML FIle Parsing and validations in SSIS
I was looking for the best way of extracting an xml file in SSIS, I have a xml source file with a specific data structure and data types which need to be transformed into a target schema of...
View ArticleSSIS Card number check
Hi i've come up with the following code for a SSIS script component. My programming is pretty weak so could someone help me and check this for me and let me know if there is a better way of doing it?...
View Articledtutil error code -532459699
Hi all, We getting the below error when using dtutil to deploy SSIS packages to integration services on another server. dtutil.exe /FILE "PackageXYZ.dtsx" /DestServer ABC /COPY SQL;"FolderX\PackageXYZ"...
View ArticleNot receiving emails through sp_send_dbmail in sql execute task BIDS 2008
HI, I used sp_send_dbmail in sql execute task to send emails.I want to test the functionality in BIDS before deploy to Dev server. So when i execute the task,its saying the task executed sucessfully...
View ArticleSSIS changing the case of a string in derived column output
I have a SSIS package which imports data from SQlserver to SQLserver ,am using SSIS 2008. In have a derived column transformation in middle of the dataflow which is as (indicator) == "Y" ? "Yes": "No"...
View ArticleSSIS Logging
Hi, I have enabled SSIS SQL logging on my package for OnInformation event. When I run it on my machine (Windows 7 32-bit), it logs component level log such as row count for data flow tasks. Example:...
View ArticleSSIS Lookup giving wrong results
I am using SSIS 2008 and I am doing a lookup on a customer table which has like 50K records . I am doing a lookup on the Firstname , lastname & addressid . In both Source as well as Lookup query...
View ArticleHow to embed SSIS package password in a SQL Job Agent
Hi, I'm having a problem with saving a password in a SSIS package that is accessing an Oracle database as an external data source. I experienced the problem that many people have had with the SSIS...
View ArticleHow do I capture @@ROWCOUNT from a stored procedure?
Greetings, I have a stored procedure that does updates. The sproc is called from an “Exec SQL Task”. The sproc returns the number of rows that were updated using this technique: RETURN @@ROWCOUNT...
View Articleexporting data to flat PATH
not sure this question should be here. I'm trying to create a fully qualfying path so that I can drop a flat file into a location on a different server. I have credentials to do it. but I'm not sure...
View ArticleDTS and SSIS exporting flat file formats.
Hello, When DTS exports data to flat file the format is the following: (Having for Column 1 and column 3 quotable is checked and for Column 2 not) "Column1", "Column2", "Column3" "DataVal1", DataVal2,"...
View ArticleMoving Data From one SQL Server to Another in SSIS???
Hello every one, I have scenario where I need to move one SQL Server As A Tables to another SQL Server As B, both are on different remote systems. When I am trying to configure OLEDB source for server...
View ArticleQuestion about extracting data from different. options availabe in OLEDB Source
This may seem very simple for many of seasoned SSIS punters. I wanted now for extracting data from OLEDB source we use different options like - Table Or View - Table Name Or View Name from variable -...
View ArticleSSIS oledb command error
I have used oledb command many time in sevral packages for type one/two updates and inserts. I am running into a strange problem when i use alias to table name in a updates statement. It errors out...
View ArticleTriggering Stored Procedure
Need a trigger to run a stored procedure after insert in specific table, if inserted in a specific field a certain value. For example, have a table of movement and need to be executed a stored...
View ArticlePackage Dependencies and Dynamic Package Generation.
Hi, The way my master -child packages are set up is as follows: 1) I have a Excel CSV file which contains: Package Order, Package Name and Package Location. 2) At the start of my master package- I...
View ArticleVS_ISBROKEN Error After Table Delete
I have an SSIS package that is using a new table in the DataFlow. The former table has been deleted. The package runs good on it's own; however, when I run it from the MasterPackage, I get the error...
View ArticleBest Practice - How to Filter Data After Execute SQL Task
Newbie question: In my Package I have an Execute SQL task running a stored procedure that populates a table. If the task cannot find a person's date of birth, it sets that column with NULL. For the...
View Article