|
When you copy a database between two SQL Servers (using backup/restore or
detach/attach) the users for SQL Server logins becomes orphaned to their
respective login. This is because the connection between a user and a login is
the SID value generated when you add the login to the SQL Server.
This utility allow you to re-establih that connection. Just select the database and all orhpaned
users are presented in a drop-down box allowing easy mapping to the corresponding login. You can also map all orpaned
users in a database for which there exists a login with the name name, all in one go.
Sync SQL Logins uses the 'sp_change_users_logins' system stored procedure which comes with SQL Server
7.0 and SQL Server 2000.
NEW: This utility has been re-written using the .NET framework. Hence, no installation is neccesary - just download the zip file and then extract and run the exe file.
Prerequisites:
- .NET framework 1.0 or later. It is likely that this already is installed on your machine,
if not you will get an error message that the application failed to initialize.
You can install the framework using Windows Update, or download it from microsoft (search for "framework redistributable" at
http://www.microsoft.com/downloads).
Download Db Maint Sync SQL Logins
|