It’s my impression that schemas are mainly for organizing the tables, view, stored procedures, etc… in a SQL Server database. Do schemas play a bigger role (perhaps in database security, storage, etc)?
Some clarification: I’m referring to “object” schemas. Sorry for the confusion.
Thank you.
Check this link http://technet.microsoft.com/en-us/library/dd283095.aspx. It covers security aspects under the section ‘Using Schemas in SQL Server’.
cheers