Running a sequence container on each file in foreach loop
Just trying to figure out the foreach loop and all. Is it possible to run a sequence container against each file in a for each loop? i can run the loop with a script task inside and get the file...
View ArticleCached CM in SQL 2012
I have a series of packages that use Cached Connection Managers for lookups. The packages were working just fine while the DB was 2008R2. Still using Visual Studio 2008, I can run the package in BIDS...
View ArticleScripting SSIS 2008 r2 with C#
Has anyone written a book, whitepaper or whatever about using C# as a scripting language in SSIS script tasks and components. For example, I have this snipit:bool pbFireAgain = false;...
View ArticleETL for leap year
Hi,We getting february for leap year also 28 days only to fix this issue what are the steps to do?Thanks in advanceRegardsMahesh babu k
View ArticleLeaving a package gracefully without reporting failure
I got an answer for my question before but I want to make sure that I am following the correct steps according to the replies that were sent to me in a previouse question that was close and marked...
View ArticleSQL Server 2008 - Using SSIS to Load data using a web service
How can I load data from a spread sheet...through a web service to load into a database.I have used WSDL.exe to create a VB file from a wsdl file. I have added it to my ssis project.When I use a script...
View ArticleAdding Custom ID in SSIS Log Table (sysssislog)
Hi , I have a ETL Import Unique ID for every data load, i like to add them on the sysssislog table from SQL Server Logging by SSIS . Any thoughts ?? or I like to add the Parent Package ID as a new...
View ArticlePassing Variables in a Script Task using a foreach loop
1. I have a master package that calls child packages.2. The master package has user variables that are boolean True/False the initialized value is false.3. When the master package calls the child...
View Articledo I need any service pack
I have windows server 2008 R2 Standardsystem 64 bit operating systemsql server 2008 Microsoft SQL Server Management Studio 10.0.1600.22 ((SQL_PreRelease).080709-1414 ) Microsoft Analysis Services...
View ArticleSSIS Lookup issue
I ran into a strange issue. I hope anyone can help. In one of my SSIS packages I am getting data from a third party webservice, check if data exist in my SQL 2008 database. If exist, I should update.....
View ArticleHoneywell OLE DB Provider Error
I am using the Honeywell OLE DB Provider to create a connection with PHD server and an OLE DB Source to get the data.I connect to the PHD server successfully. However when I try to get the data using a...
View Article[Execute SQL Task] Error: Executing the query "SELECT * into...
Please I got the following error I had it beor and it was resolved I forgot how I resolved it.I changed nothing on my server andI did the followingusemastersp_configure'show advanced options',...
View Article2012 SP1 no longer recognizes common data types
Since installing SP1 for SQL 2012 on my workstation, the import/export tasks from SSMS no longer recognize the varchar and nvarchar fields:CREATE TABLE [dbo].[TestTable]( [ID] [int] IDENTITY(1,1) NOT...
View Articleformat grade level in SSIS
I have an excel file with student records, I would like to create an SSIS to SQL table.I have a question for a column GradeLevel.The format is P, K, 01, 02, 03,...11,12.The source file we received...
View Articlefor SQL 2000, multiple DTS package questions
would like to invoke a DTS with parms and have it run dos shell commandwould be submitted from an IIS website .asp page and page waits for a completioncan the DTS be invoked directly or does it need to...
View ArticleExtracting data from specific cell in Excel using Script task
Hi..I have an excel file with data and want to extract the value from C2 cell only..here is my code in script component: public void Main() { // TODO:...
View ArticleCan someone suggest a good book for integrated services sql server 2008...
Can someone suggest a good book for integrated services sql server 2008 dealing with proxy . permission for creating packages that access file system foldersdealing with openrowset Thankssz
View ArticleInserting data from SQL server to MYSQL
Hello FriendsI need to INPUT some values from SQL SERVER to MYSQL using SSIS.I have follow thesehttp://blogs.msdn.com/b/mattm/archive/2009/01/07/writing-to-a-mysql-database-from-ssis.aspxbut getting...
View ArticleFlat file Data Source Failing
Hi,I have a Flat file data source. It has 15 columns. It is comma delimited and text qualifier is " .Row delimiter is CR LF or atleast I hope so.Header Row delimiter is CR LF as well.Its failing at the...
View Article