comparing two database tables in differeent servers
Hi,i want to compare tables in two databases resides in different servers.we have one server with on database has with 2000 tables and in another server we have one database with 1000 tables.so we have...
View ArticleSql server Integration Service
There are 10 records in a flat file source, among them 9 will be executed successfully and 10<sup>th</sup> record is failed, in this scenario I need to get all 10 records source level to...
View ArticleRegarding the OLEDB Provider for the Postgres DB
Hi ,Thanks in advance.Please provide the link to get free provider to connect the Postgres DB Using SSIS.
View ArticleODBC connection to SQL Server (SSIS 2012)
Having read that ODBC is to replace OLE DB as data provider in the near future, I have tried to connect to a SQL Server 2012 DB using ODBC as provider in the VS2012 / SSIS Connection Manager.However, I...
View ArticleSending XML Data to remotely running Web Service from SSIS package
I have web service which is running remotely and I know its WSDL url and code. I want to know how can I pass data to that webservice from SSIS package. The data in SSIS package is of XML form. I don't...
View ArticleSSIS Transaction option with Oracle source in Data flow
I have an SSIS package which is pretty simple, just a data import and an execute SQL task thereafter. I want to roll everything back if any part of the package should fail so I put these tasks within a...
View Articlereceive files from remote site only if file does not exist in local directory
I need to only receive files via ftp when the file does not exist on my local machine. FIles are being added to the remote location on a weekly basis and they are being downloaded locally. I do not...
View ArticleMicrosoft JET Database Engine error '80004005' External table is not in the...
Hi All , I am trying read an Excel which is generated by IBOT Oracle OBIEEE application and it is throwing error as "Microsoft JET Database Engine error '80004005' External table is not in the...
View ArticleSSIS: File Transfer Question
Hi Friends, Greetings,I have certain files in different folders (Example SP--> a.sql, b.sql , c.sql..Data-->abc.txt, abe.txt and more) I have the list of files stored in One Excel file.My goal...
View ArticleHi every One
i have a column phone number column(varchar) in flatfile source ,but i want add prefix zero a column via derived column transformation in ssis to compare against with db table,help me out with expressio9n
View ArticleSharePoint List Destination 2008 Package in Visual Studio 2010 - Error on...
I have a package design with Visual Studio 2008 that reads a SharePoint List into a SQL Server table, does some data manipulations, and then updates two columns of the SharePoint List. This was done...
View Articlecreating a file in EBCDIC format used by mainframes using SSIS script task
Hi ,we have a requirement where the input rows from an sql needs to be loaded to a flat file and the format of this flat file would be EBCDIC. is there any script we can write for this.or this is there...
View ArticleThe configuration entry * had an incorrect format
Hello friends!I'm new to Integration Services and after executing a ".dtsx" file I get the following error:The configuration entry * had an incorrect format. This can occur because of a missing...
View ArticleRunning the package whenever the source file is placed - Is it possible in SSIS?
Hi, We have 20 packages that have been scheduled to run every Monday. The source file is Text as well as Excel files. Now, in addition to running on the scheduled time, we wants the package to run...
View ArticleExecute Sql Task does not fail for Raise error in Stored Proc
Hello,I am executing a stored procedure whose result set is an XML in a Execute Sql Task. I included Try Catch block in Stored Procedure.In catch I have used raiseerror and print statements. But when I...
View Articletpt import error encountered during initiation phase
Hi all,I am developing SSIS package to Load SQL data into TERADATA table using SSIS package. I can select Table from lISt generated in TERA DATA Destination i can Preview table.But when i run the...
View Articleerror code 0xc004708b
I recieved error code 0xc004708b for the following substring expression: DATEDIFF("dd", (DT_DATE) (SUBSTRING(RIGHT( @[User::strFileName] , 14 ), 1,10) ), getdate() ) > 29also Iv another substring...
View ArticleData masking in SSIS ?
Hi,As per requirementShould do the Data maskingin columns of LNAME, FNAME, DOB, SSN in Database for each tableSo is any solution in Data flow ?orBy using T-Sql ?orany Logic with small steps...
View ArticleIntegration Services project templates for all versions of SSIS in Visual...
I am having SQl Server 2008 , 2008R2 and 2012 all using SSIS package sthat i have created.To do this i maintain VS2008,VS2010,VS2012 on my laptop..Will i be able to use only VS2013 in order to...
View Articlecreate a DLL and add ina control flow
Hi,could you please share any example on how to create an custom dll and add it as an additional task in the control flow.the functionality of the dll is to accept input columns and convert from ASCII...
View Article