all groups > sql server dts > march 2004 >
You're in the

sql server dts

group:

Run dts


Run dts Ann
3/11/2004 8:46:06 AM
sql server dts: I have some dts set up in the SQL server. Sometimes I found I can easily make a mistake by accidently double click a dts package and make it run immediately.

Acutally I intend to modify the design instead of running it. I think one way to avoid to make ths happen is to add a password to a dts, how can I do it

Another thing when I made the mistake, I hit cancel, does it cancel all the processes the dts has already run

Thank
Re: Run dts Ann
3/12/2004 5:20:02 AM
Thanks, very good answer.

[quoted text, click to view]
Re: Run dts Hari
3/12/2004 9:20:52 AM
Hi,

Acutally I intend to modify the design instead of running it. I think one
way to avoid to make ths happen is to add a password to a dts, how can I do
it?

In Enterprise manager, Open the package and go to Package menu then select
"SAVE AS" option, there you can set the Owner and User Password.
This will ensure that package wont execute in double click.

Another thing when I made the mistake, I hit cancel, does it cancel all the
processes the dts has already run?

This may not rollback all the processes. This depends on your DTS package
design. Say you have a package to
1. load data into a table from text file
2. From the table select only the distinct department to a master table and
you press cancel during this step
3. This case you first step will be successful and the second one might
rollback.

Thanks
Hari
MCDBA



[quoted text, click to view]
make a mistake by accidently double click a dts package and make it run
immediately.
[quoted text, click to view]
way to avoid to make ths happen is to add a password to a dts, how can I do
it?
[quoted text, click to view]

AddThis Social Bookmark Button