Posts
Sort by recent activity
CREATE USER WITH DEFAULT_SCHEMA Issue
In SQL 2005 Users can not be created using the phrase WITH DEFAULT_SCHEMA=[dbo] if the user is Windows Group.
My company uses Windows Groups rather than individual logins to facilitate management.
...