I know it is ridiculously easy to create a schema in TSQL:
CREATE SCHEMA <Schema Name>
I had someone ask how to do this through SQL Server Management Studio. I couldn't locate the context menu item to 开发者_开发知识库replicate this in SSMS. Anyone know how?
In Object Explorer go to: Databases -> [YourDatabase] -> Security -> Schemas -> (right-click) New schema
精彩评论