dbTalk Databases Forums  

can tasks be renamed ?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss can tasks be renamed ? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Antonio Lopez Arredondo
 
Posts: n/a

Default can tasks be renamed ? - 04-11-2004 , 01:43 PM






hi all !

have a very simple question.

one a package is already deployed and "up and running", is there any way to
"rename" tasks and transformations ?

the problem is that the logs files are very hard to understand when using
default names, and I couldn't find the way to rename all I already did.

thanks in adcance,
ant.


log file looks like follows:

DTSRun OnProgress: DTSStep_DTSDataDrivenQueryTask_7; 7000 Rows have been
transf
ormed or copied.; PercentComplete = 0; ProgressCount = 7000

and wish it looks like:

DTSRun OnProgress: MY_TASK; 8000 Rows have been transf
ormed or copied.; PercentComplete = 0; ProgressCount = 8000



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: can tasks be renamed ? - 04-11-2004 , 04:06 PM






In message <ekA5#1$HEHA.348 (AT) tk2msftngp13 (DOT) phx.gbl>, Antonio Lopez
Arredondo <adog (AT) someplace (DOT) com> writes
Quote:
hi all !

have a very simple question.

one a package is already deployed and "up and running", is there any way to
"rename" tasks and transformations ?

the problem is that the logs files are very hard to understand when using
default names, and I couldn't find the way to rename all I already did.

thanks in adcance,
ant.


log file looks like follows:

DTSRun OnProgress: DTSStep_DTSDataDrivenQueryTask_7; 7000 Rows have been
transf
ormed or copied.; PercentComplete = 0; ProgressCount = 7000

and wish it looks like:

DTSRun OnProgress: MY_TASK; 8000 Rows have been transf
ormed or copied.; PercentComplete = 0; ProgressCount = 8000

Yes, but be careful. The step name is what is shown above, so you can
use Disconnected Edit to change the name property for your steps. Since
the step name is also used by precedence constraints I suggest you
delete them firts, change the name, then re-create. Whilst it is
possible to do all via Disco Edit, constraints are hard work, and if you
get one wrong the package is toast.

if you rename task names as well, make sure you update the TaskName
property on the related Step object.
--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.