![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I need to find all DTS packages that use 'sa' as the connection login. Rather than going into each one (there are 1000's), is there a way to get this information from the system tables? Thank you, Michelle Vairo |
#2
| |||
| |||
|
|
In article <A06F81AD-3496-4C1A-AA11-650D5E07BB1E (AT) microsoft (DOT) com>, JaneDoe wrote: I need to find all DTS packages that use 'sa' as the connection login. Rather than going into each one (there are 1000's), is there a way to get this information from the system tables? Thank you, Michelle Vairo Short answer is no. DTS packages are stored as binary objects. You can though use the object model to open each package and iterate through the connections collection to find out the username -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. www.konesans.com - Consultancy from the people who know |
![]() |
| Thread Tools | |
| Display Modes | |
| |