Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Defualt Schema for AD group

Author  Topic 

Peter99
Constraint Violating Yak Guru

498 Posts

Posted - 2013-05-17 : 17:56:31
Hi,

We have AD group. Users are member of this group. I want to assing default_schema to this AD group. Why I right click user in db, selected properties, default schema is not selectable. How to to assing default schema to a windows AD group? (Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64).

Thanks

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2013-05-17 : 18:03:51
Logins are members of the group, not users.

Right-click the login under the server security node (not the user in the specific database security node) and then click user mapping. You can set the default schema for each database there.

If the group is member of sysadmin fixed server role, then the default schema is dbo and you can't change it via this dialog.
Go to Top of Page
   

- Advertisement -