开发者

Create Schema in SSMS

开发者 https://www.devze.com 2023-03-15 09:13 出处:网络
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 me

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

Create Schema in SSMS

0

精彩评论

暂无评论...
验证码 换一张
取 消