scarydba.com
Database Fundamentals #9: Schemas As Containers - Grant Fritchey
Schemas are a very useful tool for managing the objects in your database. From security through process, through placement, schemas provide you with another tool to control how your database behaves. Schemas The tables created so far in this blog series have all been attached to a schema, dbo. Depending on how you login to […]
Grant Fritchey