Hi, i was wondering if anyone could tell me what server role i should give a user to enable them to add user's to the server using the default schema (dbo).
Hi,
I have added the user to the security admin role however when they create the login it won't use the default schema of dbo instead it creates a new schema consisting of the user login name ie domain/user
To create users within each database the user needs to be a member of the db_accessadmin fixed database role. You can then specify which default schema the user should use. You can't do this from the create login screen where you create the login. You have to open each database and create the user manually, or edit the user after putting the user in the database and change the default schema.
Or setup a SQL Script to handle all the creates, and use the T/SQL script.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.