Altering Partition Scheme in SQL SERVER


§The partition scheme is altered to add new filegroup which may be required when partitions are splitted.
§The Syntax is as follows
  ALTER PARTITION SCHEME   NEXT USED <Filegroup Name>
§The below example shows how it associates a new filegroup FG4 to the partition scheme.


   ALTER PARTITION SCHEME EmployeePartitionScheme NEXT   USED          EmployeePartitionFG3

Comments

Popular posts from this blog

Jesus - God Thinks of you.

ASP.NET 4.0 Feature - URL Routing

Tips on JQuery Intellisense in VS 2008