All Tags »
DBA »
Best Practices »
SQL Server »
Developer »
Design (RSS)
Sorry, but there are no more tags available to filter with.
-
Database Schemas are just containers – they aren’t users or anything else – think of a sub-directory on the hard drive. In early versions of SQL Server we “hid” schemas, placing all objects under “dbo”, which gave the erroneous perception that Schemas are users.
In SQL Server 2005, we “un-hid” or re-introduced schemas within the database. Users ...