|
|
|
|
Browse by Tags
All Tags » Best Practices » Developer » Design » SQL Server (RSS)
-
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 ...
|
|
|
|
|