Re: How to create a user in MSDE?
- From: "Zoury" <yanick_lefebvre at hotmail dot com>
- Date: Mon, 20 Jun 2005 16:29:05 -0400
Hi Terry ! :O)
Look at the sp_grantdbaccess stored procedure
http://msdn.microsoft.com/library/en-us/tsqlref/ts_sp_ga-gz_290z.asp
--
Best Regards
Yanick
"Terry Olsen" <tolsen64@xxxxxxxxxxx> a écrit dans le message de
news:%23GNgp9cdFHA.2520@xxxxxxxxxxxxxxxxxxxxxxx
> I need to know how to create a user in MSDE. I can't seem to get the
> syntax correct. I've tried several different variations such as the
> following, but nothing seems to work.
>
> CREATE USER user PASSWORD password
> CREATE USER 'user' PASSWORD 'password'
> CREATE USER user PASSWORD 'password'
> CREATE USER user SET PASSWORD 'password'
>
> Can't seem to find any references on google either. Can anyone help?
>
> *** Sent via Developersdex http://www.developersdex.com ***
.
- References:
- How to create a user in MSDE?
- From: Terry Olsen
- How to create a user in MSDE?
- Prev by Date: Re: How to make the "Output" window show while running a program from
- Next by Date: how to set form startup location/position manually?
- Previous by thread: How to create a user in MSDE?
- Next by thread: Re: How to create a user in MSDE?
- Index(es):
Relevant Pages
|