Define a Partition for a SQL Server Table
Use the SQL Server Table Editor to define a partition for a table in either a SQL Server 2008, 2012, 2014, or 2016 physical model. You need a column on which to partition the table, a scheme to determine where the partition resides, and a partition function to define the boundary of the partition.
To define a SQL Server table partition
- Click Tables on the Model menu.
The SQL Server Table Editor opens.
- Select the table in the Navigation Grid for which you want to define a partition.
Note: Use the Enter filter text box to filter a very large list of tables to quickly locate the one for which you want to define a partition.
- Click the Partitions tab and work with the following options:
- Partition Columns
Specifies the columns upon which to partition the table. Select the check box to specify each column.
- Scheme
Specifies the scheme that defines the partition boundaries and the file groups in which the partition resides. The Scheme '<table_name>' Filegroups field displays the scheme's partition boundary and the list of file groups to store the partitions.
- Click Close.
The partition is defined and the SQL Server Table Editor closes.
Copyright © 2018 erwin, Inc.
All rights reserved.
|
|