Use the SQL Server Table Editor to define the tables in a database in a SQL Server 2008 physical model.
To define a table in SQL Server 2008
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 of the database to which the table belongs. Select the schema from the drop-down list.
Specifies whether the table is suppressed from a logical model and appears in a physical model only.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Specifies the file group for the table. Select a file group from the drop-down list.
Specifies that the text, ntext, image, xml, varchar(max), nvarchar(max), varbinary(max), and CLR user-defined type columns are stored in the specified file group.
Specifies the file group for FILESTREAM data. If the table is not partitioned, the FILESTREAM column cannot be partitioned. FILESTREAM data for the table must be stored in a single file group. This file group is specified in the FILESTREAM_ON clause.
Specifies the partition scheme and its file group for FILESTREAM data. If the table contains FILESTREAM data and the table is partitioned, the FILESTREAM_ON clause must be included and must specify a partition scheme of FILESTREAM file groups. This partition scheme must use the same partition function and partition columns as the partition scheme for the table.
Specifies whether to enable change tracking for the selected table.
Default: Disable
Specifies whether the database engine tracks which change tracked columns were updated.
Default: Off
Specifies the allowed methods of lock escalation for a table. Select the method to use from the drop-down.
Specifies whether vardecimal storage is enabled. When it is set to TRUE, ON, or 1, the selected table is enabled for vardecimal storage format. When it is set to FALSE, OFF, or 0, the table is not enabled for vardecimal storage format.
The table is defined and the SQL Server Table Editor closes.
Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |