Execute DTS 2000 package task not working
I have SQL Server 2005 SP5 on window server 2003R2 with SP3.2 days back we moved our 1 instance of 2005 from existing server to new server with same infra. I restored the MSDB on new server so that i...
View ArticleConnect SSIS - IBM MessageQueues
Hello All,I want to connect SSIS to IBM Message Queues in order to submitte FCR (cobol records) to message queue and also want to read FCR from message queues But have never done these things also my...
View ArticleLookup Transform Not Getting Matches
Hello!I am using a Lookup transform to transform some data. I observed that columns with an int as a data type are picking up matches but not so with nvarchar and varchar columns. I have tried and done...
View ArticleOLE DB Source Columncannot be found at the datasource.
I have a series of dataflow tasks and the last one is giving me trouble. There is no intermediate steps involved, its simply a oledb source and oledb destination. The source data access mode is "sql...
View Articlereplace null with blanks
I am loading excel files into a SQL database as tables using SSIS.In the excel file some values in a every column were blank. After loading this data into the database table the blanks are appearing as...
View ArticleSharePoint Adapter x86 or x64?
I have a ssis package developed on x86 machine using the sharepoint list source adapter. I need to deploy the package to a x64 server, that runs my package on 32bit mode. I have to install the...
View ArticlePredicate pushdown through a linked server
In sql server create view db2ravi as select * from Openquery(hellodb2, 'select * from proj'); select * from db2ravi where pnum=P1" but in the db2 server it is executing only select * from proj in place...
View ArticleExecute T-SQL Statement Task
Hi All,what is Execute T-SQl statements, which secenario we are going to use ? what's the advantages and disadvantages example of with source code..ThanksRam
View Articlemax error count rollup behavior
Hi. I have a master pkg that contains a large number of containers. Many of these containers call multiple sub packages which of course contain a number of components. I see that max error count is...
View ArticleHow to fail a dataflow task if no records updated?
I have several dataflow tasks with a sequence, and they should all find 1 or more records in their source to insert into the destination. If the destination doesnt get any records to it, the dataflow...
View ArticleFor Each Loop issue
Hi,I'm trying to use for elach loop in SSIS to pass the variables in the Oracle source query, But on running the package I'm getting error as -1) [OLE DB Source [1]] Error: SSIS Error Code...
View Article.Net provider for OleDb, Sybase Adaptive Server Anywhere OLE DB Provider 9.0,...
I have SQL Anywhere 9 for Windows x64 (Developer Edition) installed on a Windows 2008 R2 server and on my Windows 7 desktop. The reason for the out-of-date SQL Anywhere is that this is the level of...
View Articlereplace null with blanks for float
I am loading excel files into a SQL database as tables using SSIS. In the excel file some values in a every column were blank. After loading this data into the database table the blanks are appearing...
View ArticleUnable to see global temp table in OLE DB Destination
I'm unable to see/view global temp table in OLE DB Destination.I'm first creating SQL Task to create temp table. Then in DFT ,Im using OLE DB destination which should point out to that global temp...
View ArticleFireInformation Method parameters
http://msdn.microsoft.com/en-us/library/ms136054.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1signature ParametersinformationCodeType: System.Int32 An Integer that identifies the informational...
View ArticleSSIS error Failed to start project...
Hi all,I created a simple package in SSDT(SSIS) 2012 and configuring it with xml configuration.i am getting the following errorTITLE: Microsoft Visual Studio------------------------------Failed to...
View ArticleConditional split or not
Hello, I need some columns of my CSV file to be split depending on the data and part of it need to append to the next column.service center|center name|car|car name|missing, defects I want to...
View ArticleSSIS GETDATE() expression returning null or blank value
Using SQL2008 SP3, I have an SSIS package that uses an SQL Task. Within it, I have the following expresion to get the current date and time and insert it in a table:SUBSTRING((DT_WSTR, 50) GETDATE(),...
View ArticleSQL task - result single row - how to assign value from result to variable
I have a sql task, which is returning a single row (just does a select count(*) )I need to get that count value into a variable then use it on constraints that come after the sql task.I think its the...
View ArticleHow to load data from Google analytics to SQL SERVER 2005
Hi All,Is there any solution to load data from google analytics (API) to SQL Server 2005.Many Thanks AnilLaky
View Article