Define SQL Server Partition Schemes
A partition scheme maps the partitions created by a partition function to a set of filegroups that you define. Use the SQL Server Partition Scheme Editor in a SQL Server 2008, 2012, 2014 or 2016 physical model to define the filegroups and the partition function that the partition scheme must reference.
Note: A partition scheme must reference one partition function, however, a partition function can reference more than one partition scheme.
To define SQL Server partition schemes
The SQL Server Partition Scheme Editor opens.
Note: Click New on the toolbar to create a new partition scheme. Use the Enter filter text box to filter a very large list of partition schemes to quickly locate the one that you want to define.
Displays the partition scheme name. You can change the partition scheme name in this field.
Specifies the partition function to which the partition scheme is mapped.
Specifies the data type of the column used for the partition. Select a data type from the drop-down list.
Specifies the database that contains the filegroup to which to map the partition. Select a database from the drop-down list.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Specifies to have the partition scheme map all the partitions to the same filegroup. Clear the check box to assign different filegroups to each partition boundary.
Note: Click the Filegroups Editor icon to open the SQL Server Database File Group Editor to add more filegroups.
The partition scheme is defined and the SQL Server Partition Scheme Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|