How to Loop execute Process task based on Variable value?
Hi, I have SSIS Package which holds the below flow of the tasks 1.ExecuteProcess Task--Calls Bat file(this is for Stop request) and returns the MessageID into SSIS variable(MessageID) 2.ExecuteProcess...
View ArticleWhich is the new technology for data extraction?
Hello, I want to ask if there is a new technology or new solution that replace the old .dtsx files. We are using this files to extract information from some databases. We use Sql Server 2008 R2. Thanks...
View ArticleExecute package task without waiting execution result
Hello, I have a package containing an execute package task in order to launch another package; what i would like is that the parent package launch the child package but don't wait until the end of the...
View ArticleApproach for Migrating from DataStage to SSIS ETL
Pls suggest an approach for migrating from IBM DataStage to SSIS ETL tool.
View ArticleMigration from IBM Datastage to SSIS
Hi All,I am working on a proposal which needs a migration from IBM datastage to SSIS. In the existing system they were using Oracle 10g as a DB and in the proposed system they need to migrate the DB to...
View ArticleError calling Child Package
Hi, I have a Master package and a few child packages deployed on the same server. I have run the packages successfully many times. But today when i redeployed the Packages, I am getting error while...
View Articlecomparison between Data Stage and SSIS ?
Hi , Can any one give a summary of difference between Data Stage and SSIS . we are in process of Migrating existing Jobs in Data Stage to SSIS .so i am prepareing a comparitive report between Data...
View ArticleBringing part of field from excel to SQL Server import
I'm importing an excel file into SQL Server using SSIS. I have one field that comes to me with different strings, some might just say local printer or desktop, which I want to pass through as is, but...
View ArticleWhat is the correct service names for SSIS and SQL Server 2012 when using...
I'm using Windows Server 2008 R2 and SQL Server 2012 When using setspn.exe, you need a service name: 1. What is the correct service name for SSIS and SQL Server 2012 2. What is the correct service...
View ArticleSSIS Execute SQL Task Parameter passing
My Execute SQL Task has OLE DB Connection to master table as initial catalog; SQL statement is CREATE DATABASE ?; BypassPrepare->true Parameter Maping, Variable Name->User::InitialCatalog,...
View ArticleInserting date into a table
HI, I am inserting date filed into a table in data flow task. Date filed is coming from derived colum "2012-08-01 10:00:22.877" -- Datatype is DB_DATE but while inserting into the table the date is...
View ArticleBug Discovered in SSIS Data Miing Model Training Task
In SQL 2005 I ran across a scenario which I think is a bug but would like comments on I have a package (screenshot below) which uses a view to feed data into a data flow destination task "Data Mining...
View ArticleCan you pass the connection string of SSIS log file to send mail task?
I have an SSIS package that will be executed several times per day. I am creating new log file for each package execution. The log file connection manager, connection string is dynamically derived from...
View ArticleVersion problem between VS 2010 and Microsoft SQL Server 2008 R2
I’m using vs2010 to run SSIS Package in Microsoft SQL Server 2008 R2. i got below error message, any advice what shall I do? To run a SSIS package outside of Business Intelligence Development Studio...
View ArticleDescription: Difference of two datetime columns caused overflow at runtime.
Hi all I have a etl job that runs every day at 2am, and recently i was getting the following error: Message Executed as user: AD\MOSS_BI. ...te Package Utility Version 9.00.3042.00 for 64-bit...
View ArticleExecute Process Task Access Denied to the Source Folder
Hi , I am new to SSIS, I am trying to execute a batch script from Execute Process Task,i am passing 2 variables like this Src_Name='abcde' Path =C:\ABCD\EFGH\IJKL\ when I excute the batch script from...
View Articleloading multiple table in sql using ssis
i am loading multiple table from one Db to another Db using Oledb src and destin but i just want to keep Pk & Fk on detonation table like src. i dont want to do it manually or something like that
View ArticleMapping columns to composite domains
You can map multiple columns to a composite domain or you can map a single column with delimited values to a composite domain. When you have multiple columns, you must map a column to each single...
View ArticleRun Stored proc in SSIS using Objects from 2 different servers
Hi i have an Update script in stored proc which uses two tables from 2 different databases on diffrent servers. How do i run this proc in SSIS?
View ArticleGet latest file name using SSIS script task: Error while execution
Hi , I am trying to get the latest file name to process files in SSIS using vb.net code . I did set the varible in the For each loop container and assigned the variable in my file connection. I have...
View Article