RE: allowing anyone into SQL Server 2000
From: Kevin McDonnell [MSFT] (kevmc_at_online.microsoft.com)
Date: 05/27/04
- Next message: Kevin McDonnell [MSFT]: "RE: C2 Audit and BCP"
- Previous message: Kevin McDonnell [MSFT]: "Re: Wierd problem! urgent help! please!"
- In reply to: Greg: "allowing anyone into SQL Server 2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 26 May 2004 22:53:56 GMT
Login to the server as 'sa'.
sp_grantlogin 'DEMOPC-25\gbrown'
go
Change databases to your database
use mydatabase
go
sp_grantdbaccess 'DEMOPC-25\gbrown'
Thanks,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.
- Next message: Kevin McDonnell [MSFT]: "RE: C2 Audit and BCP"
- Previous message: Kevin McDonnell [MSFT]: "Re: Wierd problem! urgent help! please!"
- In reply to: Greg: "allowing anyone into SQL Server 2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|