Link to home
Start Free TrialLog in
Avatar of yanci1179
yanci1179

asked on

User Login Name grayed out

Okay I set up the users for sql and I do the following

user:  generalUser
schemaName: genaralSchema

I create a user in the database
UserName: generalUser
LoginName: generalUser
DefaultSchema: generalSchema

It takes the changes but when I go back defaultSchema is set back to dbo.  Why can't it stay as generalSchema for the default schema?

ASKER CERTIFIED SOLUTION
Avatar of ptjcb
ptjcb
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yanci1179
yanci1179

ASKER

so I used t-SQL instead of the SSMS and it worked fine.