I wanted to know if it was possible to use DBI to change the password of a database user to something static (something declared in the code). I have to write a script that changes the password of a database user. There are multiple databases so it would be time consuming to log into each database and change the password one by one. Thanks for any help.
Wes