Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-04-12 : 08:59:18
|
| mary writes "Hi,How do i create a sql server login? I want to change the database owner. I have created a user in user manager for domains but this does not work. When i go to change the databse owner it says the sql login does not exist.Hope You can help,Thanks" |
|
|
izaltsman
A custom title
1139 Posts |
Posted - 2002-04-12 : 10:29:50
|
quote: How do i create a sql server login?
You can do this either through Enterprise Manager, or Query Analyzer. In EM, expand your server, go to the Security\Logins node, right- click in the right pane and select New Login. In QA you can use sp_grantlogin stored procedure (described in BOL)---------------Strong SQL Developer wanted in the Boston area. Please e-mail if interested. |
 |
|
|
|
|
|