Re: Error connecting
From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 07/27/04
- Next message: Vikram Jayaram [MS]: "RE: Connection Problems"
- Previous message: Sue Hoegemeier: "Re: URGENT!!!! MS SQLSERVER services NOT starting..."
- In reply to: LLF: "Re: Error connecting"
- Next in thread: LLF: "Re: Error connecting"
- Reply: LLF: "Re: Error connecting"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Jul 2004 13:15:26 -0600
LLF,
You can use Enterprise Manager if you wish. Enterprise
Manager is really just executing T-SQL commands for you so
you can manage these through Query Analyzer or any other
tool that can connect to and execute queries on SQL Server.
Passwords are changed using sp_password.
You can add logins using sp_grantlogin for Windows logins or
sp_addlogin for SQL logins.
You can add users to a database using sp_grantdbaccess.
You can find all of these system stored procedures
documented in SQL Server Books Online.
-Sue
On Tue, 27 Jul 2004 10:01:37 -0700, LLF
<LLF@discussions.microsoft.com> wrote:
>Hello, Steve,
>
>How can I manage SQL Server's users, for example, how to change the 'sa' password?
>Is it can only be done by using 'Enterprise Manager'?
>
>LLF
- Next message: Vikram Jayaram [MS]: "RE: Connection Problems"
- Previous message: Sue Hoegemeier: "Re: URGENT!!!! MS SQLSERVER services NOT starting..."
- In reply to: LLF: "Re: Error connecting"
- Next in thread: LLF: "Re: Error connecting"
- Reply: LLF: "Re: Error connecting"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|