SSIS - ETL - Transfer tables/databases from many servers ?
I have 6-7 identical databases (almost). I want to copy the data from some of the tables of EACH of these servers into the corresponding table of ONE server. That is, multiple sources and one...
View ArticleFlat File Validations
How to do the flat file validation for the below requirements by using ssis? Can some one please help me out by using script task or any other task?My flat file has header, Trailer and Data.1) If I...
View ArticleUsing GetDate() in an SSIS expression
I have an ETL package that takes data from an Excel spreadsheet and loads it into a SQL table. It is working fine and now I want to add a column to the table that stores the date the record was...
View ArticleSSIS Package configuration type is SQL Server
Hi, This is related to SSIS Package Configuration side. I need to debug the existing production copy SSIS Package, these package was configured the variable using SQL Server configuration...
View ArticleAssigning value to SSIS variable in script task...
Hi,I want to update a table entry using the value of the SSIS variable. The variable needs to get updated when the package fails.it should go to the exception handler. there i have a script task for...
View ArticleError in script task c#
Hi, since last two days i tried to run package but i got stuck with one error only. In script task my file path is my source file. It catch that file which is not exists in that folder. My file path is...
View ArticleTo Copy and delete files
Hi All,In SSIS i'm using For Each loop task to copy files, but how can i copy the files to a different location , process the rest of the package and then delet the source files from the source...
View ArticleHow to raise exception in SSIS package using the output variable value from a...
I have a stored procedure which will return a count...if it is greater than 0 then i want to raise a exception in the SSIS package that will stop the run/execution of the package. Is it...
View Articleflatfile to db load
i got 1 flat file and i need to load in db.file contains one "main transaction no.as Header"under one transaction code so many "item lines ".In flat file column name are different for Header and...
View Articlehow to split a column value based on underscore in to 2 columns
Hi all,I have data like thisafg_anilcgh_kumarand i need to split the above vallue into 2 column values i.e. col1 col2afg anilcgh kumarplease help me.thanks,Anilkumar
View ArticleSSIS package error
I got this error SSIS package error after installation.Kindly help. Thanks in advance.
View ArticleUnable to Transfer large no of records (9 Million) from sql server to oracle...
Hi ,I have SQL server 2005 SP4(on win 2k3 R2 32 bit) from which i am transferring 9 Million recors to Oracle 11g(64 bit) .I have used both oledb provider for Oracle and ODBC driver for oracle to...
View ArticleSSIS SSH and MYSQL-DB
Hello dear fellow SSIS-Friends,I am about to set up a BI-Solutions for my company, which is using a MySQL-Database.I downloaded a MySQL Connector and it works fine with a dummy-DB running on localhost....
View ArticleConverting from NVARCHAR to NUMERIC in SSIS
Hi Everyone,I am currently working on a BI production and I have a data source that has NVARCHAR column which i want to convert to NUMERIC using SSIS components. I tried using Data Conversion but I...
View Articlecsv source columns shuffle
I have csv source with below columnsName, Age, GenderRaj,30,MI have destination table as belowName,Age,GenderThe challenge is , source columns can be coming in any order. like eg : Age, Name,Gender or...
View ArticleDTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER error code 0xC0202009.
Hi All,I have a package with transactions implemented with required and I am trying to run the package on the production server which results in the above error. The google has thrown following answers...
View ArticleError obtaining Integration Services Catalog (SSISDB) connection in PowerShell
Hi,I have a PowerShell script that (among other things) establishes a connection to the SSISDB catalog. In my environment, the connection is made successfully. The same script fails in a different...
View ArticleSSIS connectivity to Tally
Hi All,I have configured the Tally ODBC server to run on the Port 9000. But when I try to connec it thru ssis it gives me the following error.Am I missing something?Test connection failed because of an...
View ArticleFTP file to multiple servers in SSIS
Hi,I have to FTP a text file to multiple FTP server. The list of server can either be fetch from config file or some text file.I tried to use FOREACH task to achieve this but I cannot find a way to...
View ArticleSSIS process data that has special characters
Hi I am having difficulties with hidden characters.I have the following and need to transfer this data to a .txt file. The query after the union works fine but the first one just wont pass through to...
View Article