A schema is essentially a namespace: it contains named objects (tables, data types, functions, and operators) whose names may duplicate those of other objects existing in other schemas.
The schema name must be distinct from any existing schema name in the current database.
Create Schema
To create a new schema
- Right-click the database in the navigation pane and choose
New Schema....
- Right-click any existing schema and choose
New Schema....
- Edit schema properties on the appropriate tabs of the Schema Designer.
or
Edit Schema
To edit the existing schema(manage its general, privileges etc)
- Right-click the schema in the navigation pane and choose
Schema Properties....
- Edit schema properties on the appropriate tabs of the Schema Designer.
Delete Schema
To delete a schema
- Right-click the schema in the navigation pane and choose
Delete Schema.
- Confirm deleting in the dialog window.