Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
richxyz
Starting Member
12 Posts |
Posted - 2007-09-26 : 10:10:39
|
I inherited a set of SQL 2000 databases and DTS packages from another company - who is no longer available for questions or support. They put a DTS password on some of the DTS packages - and I do not know the password. Is there any way to reset or remove this password if I have the sa password? I do not know how to get into the DTS package without the password. Thank you! |
|
Kristen
Test
22859 Posts |
Posted - 2007-09-26 : 10:29:20
|
Does logging on as a member of the Administrators Windows Group (i.e. with trusted permission, rather than SQL login) help?Kristen |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-09-26 : 23:14:25
|
Doesn't help, it's encrypted and stored with the package in msdb. |
 |
|
|
|
|