s The best database migration from Postgresql to mssql: Schemas - Download free Navicat Premium cross database GUI for Windows and Mac OS X. Download now!
Schemas

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

Edit Schema

To edit the existing schema(manage its general, privileges etc)

Delete Schema

To delete a schema