I'm moving to SQL Server 2005 on a new box. In SQL 2000 I have a three step
SQL job that:
1. truncates data
2. runs a DTS package
3. runs a stored procedure
In 2000 I ran DTSRUNUI to generate an encripted command that generated a
GUID line. This was the line in I inserted into step two listed above.
In SQL 2005 I installed the dts compatability stuff but it does not give me
the DTSRUNUI application. Any suggestions other than use SSIS?

Signature
Thanks
Titan
John Bell - 24 Mar 2008 20:30 GMT
Hi
Why don't you run the package using it's name?
John
> I'm moving to SQL Server 2005 on a new box. In SQL 2000 I have a three
> step
[quoted text clipped - 10 lines]
> me
> the DTSRUNUI application. Any suggestions other than use SSIS?