One important responsiblity of the DBA is user management. When migrating a database from one server to another, the users should not be bothered with having to set up a new password for a new login. This is a script to create a stored procedure that will create a script that can be used to bring database user login passwords from one SQL 6.5 server to another SQL 6.5 server. The script will enable the DBA to update the password field in the syslogins table on the target server with the encrypted value in the password field from the source server.
Author: Claude Gabriel
Download Script:
PWDScriptor.sql
Disclaimer: We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…
Disclaimer Continued
Back to Database Journal Home