If you are using SQL Server 2000 then you can use Disconnected Edit to
change the names of steps. I would do this early in package dev as parts of
packages use names to refer to other parts of packages and if you change the
names of things it can get ugly.
--
--
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"Curt" <ckiser (AT) wi (DOT) rr.com> wrote
Quote:
Is there a way to change the step name in a package that
is logged in sysdtssteplog table? I would like to replace
the generic names with something more descriptive.
Thanks, Curt |