Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I find out which task maps to DTSStep_DTSActiveScriptTask_5

Status
Not open for further replies.

jambu

Programmer
Nov 20, 2002
185
GB
I have a package in which I want to loop back to an earlier task, but I don't know which number it is (as in DTSStep_DTSActiveScriptTask_5).

I could try different numbers and trap the one I want with a msgbox but this could take a long time with a package that has a lot of tasks.

Is there a simpler way to find out?

thanks in advance.
 
Right click on the white space, and select disconnected edit. You will see a list of all the objects based on the internal names (such as the one you showed). Click on each one and check the values of the Name field (I think that's what it's called).

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top