Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2005 > SQL Server 2005
|
SQL Server 2005 General discussion of SQL Server *2005* version only.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 3rd, 2008, 10:05 AM
Registered User
 
Join Date: Mar 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Migrating DTS to SSIS with loop

I'm migrating DTS containing a Loop that performs tasks again:


in the last task:

    stpBegin = Pkg.Steps("DTSStep_DTSActiveScriptTask_1");
    stpBegin.ExecutionStatus = DTSStepExecStat_Waiting;



My needs are:
1: exec SQL Task 1
2: Script task 1 (write log/insert into table)
3: exec SQL Task 2
4: script task 1 again
5: exec SQL Task 3
6: script task 1 again
etc... etc...

How can I do this?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Advantages of SSIS over DTS carumuga SQL Server 2005 1 September 11th, 2008 07:51 AM
DTS vs SSIS carumuga SQL Server 2005 0 July 23rd, 2008 09:09 AM
DTS to SSIS migration gunjan.sh SQL Server 2005 1 July 4th, 2008 09:54 AM
Migrating DTS to SSIS. Implementing Loop GluckTO SQL Server DTS 1 March 4th, 2008 09:43 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.