Hi,
I was wondering if it is possible to change the password on a SQL Server 2000 DTS package programatically instead of just
manually using the the interface?
I have over 150 DTS packages used for building BI data cubes and our password policy requires a password change every 60 days.
I would like to write a windows vb.net application that loops through all the DTS packages and changes the password.
Please advise.
Thanks
Chris
This is just an analysis...not an answer.
If you develop a program that loops through each dts package and changes the pwd then you must have to put the pwd into a file, which kind of defeats security.
My suggestion is to remove the policy for changing pwds on DTS packages and control security at a higher level in SQL Server.
|||I was going to have the password be entered via a password text box by the user.
Is this even possible?
Thanks
Chris
No comments:
Post a Comment