dbasp_transferdblogin.sql | Database Journal

dbasp_transferdblogin.sql

Aug 9, 2001
1 minute read

While migrating or restoring a user database from one server to another where multiple user databases and numerous database user logins exist on the servers, the DBA usually faces the problem of how to transfer only particular user logins and passwords for the database over to the destination server. Another complication arises when the DBA needs to ensure that if any of the database users’ logins already exist in the destination server, they aren’t affected by the transfer.

This Stored Procedure for SQL Server 7.x/2000 works for these issues. The script will pick out only those names that don’t have an identical login name in the destination server master database’s syslogins table. From sysuser’s system table, generate script to run on the source server in order to regenerate those lacking login names and retain passwords scripts. The DBA then will just bring this output script onto the destination server to re-create the new logins and passwords exactly as those on the source server.

Author: StephanieNgn@yahoo.com

Download Script:
dbasp_transferdblogin.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

Database Journal Logo

DatabaseJournal.com publishes relevant, up-to-date and pragmatic articles on the use of database hardware and management tools and serves as a forum for professional knowledge about proprietary, open source and cloud-based databases--foundational technology for all IT systems. We publish insightful articles about new products, best practices and trends; readers help each other out on various database questions and problems. Database management systems (DBMS) and database security processes are also key areas of focus at DatabaseJournal.com.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.