Use the SQL Server Table Editor to define table properties. This procedure assumes you are working in a physical model, with SQL Server defined as the target server.
To define properties for an SQL Server table:
The SQL Server Table Editor opens.
Note: Click New on the toolbar to create a new table. Use the Enter filter text box to filter a very large list of tables to quickly locate the one that you want to define.
Specifies the physical name of the table. Change the physical name of the table in this field.
Specifies the schema that owns the table.
Specifies the type of SQL Server table. For more information on table properties of each type of table, refer to Microsoft SQL Server documentation.
Specifies the type of durability of a table.
Specifies whether the table is suppressed from a logical model and appears in a physical model only.
Specifies that the table is of the user-defined type. You can use a user-defined table type to declare table-valued parameters for stored procedures or functions, or to declare table variables that you want to use in a batch or in the body of a stored procedure or function.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Detects the Physical Name of the table. Set the inheritance and override options here.
Set the storage settings for the selected table's Filegroup, Text Image, Filestream Filegroup, and Filestream partition Scheme.
Set change tracking options for a table and it's columns.
Set the Lock Escalation Type and select whether you want to use the Vardecimal storage format.
In case of a File table, set the Filetable Directory, Filetable Collate Filename, Filetable Primary Key Constraint Name, Filetable Streamid Unique Constraint Name, and Filetable Fullpath Unique Constraint Name.
Select whether you want to define a table as a Temporal table. Set the Period Start Column, Period End Column, History Table Name, and whether you want to use Data Consistency Check. Available SQL Server 2016 onward.
Defines row count for the table. Enter a value in the field.
Defines row sizing for the table. Enter a value in the field.
Defines growth increments for the table. Enter a value in the field.
The table is defined and the SQL Server Table Editor closes.
For more information on table properties, refer to Microsoft SQL Server documentation.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|