Changed Domain for SQL Server Logins using NT Authentication
From: Niaz (nhoda_at_hotmail.com)
Date: 07/01/03
- Next message: Derek Wilson: "BUILTIN\Administrators Login"
- Previous message: SQL Server Development Team [MSFT]: "Re: EXCEPTION_ACCESS_VIOLATION"
- Next in thread: Gary X: "Re: Changed Domain for SQL Server Logins using NT Authentication"
- Reply: Gary X: "Re: Changed Domain for SQL Server Logins using NT Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 1 Jul 2003 11:16:08 -0700
In an effort to organize the Domain Structure, our company
decided to consolidate several domains into one new
domain "CORP". All the users in my current database use
NT Authentication and belong to existing DOMAIN "OLD"
Current Login "OLD\loginname"
Future Login "CORP\loginname"
Is there an easy way to modify the login accounts and
users in the SQL server database. Updating sysxlogins
didn't do it.
So far I have been getting around with the help of
following stored procedures, but it is very tiring
"sp_grantlogin"
"sp_grantdbaccess"
"sp_defaultdb"
"sp_helprolemember"
"sp_addrolemember"
Niaz
- Next message: Derek Wilson: "BUILTIN\Administrators Login"
- Previous message: SQL Server Development Team [MSFT]: "Re: EXCEPTION_ACCESS_VIOLATION"
- Next in thread: Gary X: "Re: Changed Domain for SQL Server Logins using NT Authentication"
- Reply: Gary X: "Re: Changed Domain for SQL Server Logins using NT Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|