Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Guest user - what's up?
Message
 
 
To
25/09/2002 10:22:26
General information
Forum:
Microsoft SQL Server
Category:
Database management
Miscellaneous
Thread ID:
00704230
Message ID:
00705033
Views:
16
USE myDB
execute sp_grantdbaccess guest
works for me from QA (SQL Server 2000, sa login).

>Hi,
>
>I am trying to add a "guest" account to a database using
execute sp_grantdbaccess guest
I've also tried
execute sp_grantdbaccess guest, guest
and both version with single quites around the parameters. In all cases the command says it completes succesfully, but the guest user does not show up in EM or in the sysusers table.
>
>Any ideas?
>
>TIA,
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform