T
Terry Olsen
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?
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?