Pulling count of records from Teradata
Hi,I am pulling count of records from a Teradata table.I have used Execute SQL Task in SSIS to get the count, and assigning the count to SSIS variable "TeradataCount" of type Int32.based on the count I...
View ArticleRealTime RSS Feed with SSIS
I have a Feed (on internet securities) which might update anytime.We are trying to use SSIS to get the feed , load it to SQL Server and give access to end-users for slice/dice the details.But they need...
View ArticleOracle connection fail with Microsoft OLEDB provider for Oracle MSDAORA.1
Hello,On my dev server I have working ssis packages that use connections Microsoft OLEDB provider for Oracle MSDAORA.1 and Oracle provider for oledb and OracleClient data provider.I use one or the...
View ArticleDynamically load data from source to destination
Hi,I would like to map input (source) and output (destination) columns dynamically, given that the names of the input and output columns are same. I was looking at the code at...
View ArticleConditional Split add new row
Hi,I have been following tutorials online and reading about this, my package does the following so farLookup if record does not exsist then add new record..thenI need to Lookup Match the output compare...
View ArticleLogin timeout expired" in ssis pack
Hi,i am geting below error when i am exce ssis package... please help meSABMLR_MDM_Dimensions_Load Connection manager "MDM" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has...
View ArticleHow to force SSIS package stop on data flow
Hi everyone,I would like to stop the SSIS package on Data Flow.I know a way to do that. This is to throw an exception on script component on data flow. But on windows form, when I call the package, the...
View Articlehow can we call SQL XML Bulk Load dll in java ?
steps to access this dll in java and also steps to pass the required paramter details using java.Please let me if any sample available.Thanks in advance,Kamesh Palani
View ArticleScript task error in Sql server agent
HiMy Package executed perfectly in Bids enviornment, when i try to scheadule the package i got the error at script taskMicrosoft (R) SQL Server Execute Package Utility Version 10.0.1600.22 for 32-bit...
View ArticleHow to restrict to stop the package if one of the excel tab gives error
Hi,I have developed a SSIS package.Source : XLSX FileDestination : SQL Server TableThe XLSX files contains 4 tabs. I am loading 4 tabs into 4 different tables by creating 4 data flows.Steps:inside For...
View ArticleRedirect bad rows to some text file in a DFT
Hi,In my DFT, I am redirecting rows which is not satisying conditons like can cause error like turncate, data type mismatch or duplicate. I am successfully able to store such records in a text file....
View Articlewinword.exe process on the loose and do not terminate
Greetings,Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64)SSIS 2005 Package Execute Task is calling a home-grown Windows application that pulls data from a database and writes it to the...
View ArticleWhy are port numbers preferred method for connecting to sql server named...
On this page: http://msdn.microsoft.com/en-us/library/ms378428.aspxMicrosoft claims:"SQL Server allows for the installation of multiple database instances per server. Each instance is identified by a...
View ArticleUpload text file to FTP site only when text file has some data
Hi,I have a SSIS package which after all the calculation loads data in the target .txt file. There are 2 targets files coming out of the SSIS package, which may have data in both the target files or...
View ArticleI have simple SSIS package in which source (sql query) to destination (txt...
I have simple SSIS package in which source (sql query) to destination (txt file). If i run this package , it executed successfully. I can not delete the file generated by SSIS package and gives error...
View ArticleSSIS 2008R2 FTP Upload Fails if OverwriteDestination is set to False
I've tested this consistently and uploading a file via the FTP task always fails with [FTP Task] Error: Unable to send files using "FTP Connection Manager". if the OverwriteDestination flag is set to...
View ArticleBuilding a data flow task, within a foreach loop for dynamic table name, but...
In my control flow, I set up a variable for the table name, enumerated by SMO, following the instructions from the link...
View ArticleJobs getting hanged due to SSIS package execution.
Hi,I have a job in SQL Server agent which runs an SSIS package at 3A.M. At the same time another job runs from Datastage which references the same tables as SQL Server does. The package takes around 3...
View ArticleMicrosoft Jet OLEDB 4.0 STILL not working on 64-Bit?
I've seen all the posts (hundreds of them) concerning the fact that the Microsoft Jet OLEDB 4.0 provider only works on 32-Bit systems. Really? I'm running Windows Server 2008 Data Center and have an...
View ArticleCan we run 32 bit supported excel task and 64 bit supported Fuzzy lookup on...
Hi everybody,I have a package(Resided on 64 bit machine) where I am using excel task to pull data from excel to sql server destination.During the process I am using the fuzzy look up transformation in...
View Article