Define SQL Server Partition Functions
A partition function is the function that specifies how a table or index is partitioned. Use the SQL Server Partition Function Editor to define the properties of the partition boundaries in a SQL Server 2008, 2012, 2014, or 2016 physical model.
To define SQL Server partition functions
The SQL Server Partition Function Editor opens.
Note: Click New on the toolbar to create a new partition function. Use the Enter filter text box to filter a very large list of partition functions to quickly locate the one that you want to define.
Displays the partition function name. You can change the partition function name in this field.
Specifies the data type of the column used for the partition. Select a data type from the drop-down list.
Specifies the default collation for the database. Enter the collation value in the column. If collation is not specified, the default collation of SQL Server is assigned.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Specifies if the range partition boundary is from the left or the right. Select one of the options from the drop-down list.
Defines the boundary values for a partition function. The boundary value is a user-defined value for each partition. Click New on the toolbar to define a new boundary value or select one of the existing values and edit it.
The partition function is defined and the SQL Server Partition Function Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|