Use the SQL Server Schema Editor to define the schema for a database in a SQL Server 2008, 2012, 2014 or 2016 physical model.
To define a SQL Server schema
The SQL Server Schema Editor opens.
Note: Click New on the toolbar to create a new schema. Use the Enter filter text box to filter a very large list of schemas to quickly locate the one that you want to define.
Displays the schema name. You can change the schema name in this field.
Specifies the role or user that owns the schema. Select the owner from the drop-down list.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Note: Use the options on the toolbar to create a new permission, delete a selected permission, or open the SQL Server Permission Editor to manage permission properties.
Displays the permission name. Change the name of the permission in this field.
Specifies the permission type. Select the option from the drop-down list.
Specifies the cascade action for the permission. Indicates that the permission revoked is also revoked from other principals to which it has been granted by this principal.
Specifies if the user can grant this permission to other users or not.
Specifies the principal used to acquire the permissions. Select a principal from the drop-down list.
The schema is defined and the SQL Server Schema Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|