Partition Wizard



Pick a software title..to downgrade to the version you love!

Partition Wizard Home Edition Latest Version

Partition Wizard Home Edition 7.5

Released:
Jun 22, 2012
Size:
11.18 MB
Downloads:
735
Rating:
Tested: Free from spyware, adware and viruses

Free download the partition magic alternative - MiniTool Partition Wizard to move/resize/convert/copy/recover disk partitions in Windows PC and Windows Server. Convert Partition between Primary and Logical. Partition Alignment. Quick Partition. Command Line Partitioning. Partition Recovery Wizard. SSD Secure Erase Wizard. Extend Partition Wizard. Wipe System Disk. Change Serial Number.

Partition Wizard Home Edition Popular Version

Partition Wizard Home Edition 7.0.0.1

Released:
Sep 2, 2011
Size:
10.57 MB
Downloads:
1,244
Rating:
Tested: Free from spyware, adware and viruses

Select Version of Partition Wizard Home Edition to Download for FREE!

Partition Wizard
Software VersionRelease DateSize
Partition Wizard Home Edition 7.0 Bootable CD ImageJun 22, 201242.67 MB
Partition Wizard Home Edition 7.0.0.1Sep 2, 201110.57 MB
Partition Wizard Home Edition 7.5Jun 22, 201211.18 MB

Do you have software version that is not currently listed?

Upload it now and get rewarded!

Need a software version that is not currently listed?

Make a software request now!

Partition Wizard Home Edition Description

Working as partition magic, Partition Wizard Home Edition is a free partition manager designed by MT Solution Ltd. This partition software supports 32/64 bit Windows Operating System. Home users can perform complicated partition operations by using this powerful but free partition manager to manage their hard disk partition such as Resizing partitions, Copying partitions, Create partition, Delete partition, Format partition, Convert partition, Explore partition, Hide partition, Change drive letter, Set active partition, Convert Dynamic Disk to Basic Disk, Surface Test, Change Partition Serial Number, Change Partition Type ID and Partition Recovery.

Other Internet Software

Partition Wizard Home Edition Comments

Please enable JavaScript to view the comments powered by Disqus.blog comments powered by Disqus

By: Brady Upton | Updated: 2013-01-09 | Comments (9) | Related: 1 | 2 | 3 | 4 | More >Partitioning


Problem

SQL Server Partitioning can be a bit confusing and can lead some companies in a different direction as far as archiving data. Writing the T-SQL code to create partition functions, partition schemes, and then altering the table to use the partition can be overwhelming for some DBA's. SQL Server 2008 introduced a table partitioning wizard in SQL Server Management Studio that helps make this task easier. In this tip, I'll show you how to use this wizard. Let's jump in.

Solution

Based on my experience, it seems as if SQL Server table partitioning is not commonly used and I'm not sure if it's because of the complexity and management of partitions or if companies simply don't have the knowledge of partitioning data. There are a few tips that introduce you to partitioning that you can find here. This tip will focus on the SQL Server Partitioning wizard as opposed to the ins and outs of partitioning.

To start the wizard, right click on the table you want to partition in SQL Server Management Studio and select Storage, Create Partition. In this example, I'm using AdventureWorks2012.Production.TransactionHistory.

On the Select a Partitioning Column screen as shown below you will need to select the column that you want to use to partition your table. The most common column used is a date column since most tables are being archived by date. In this example, I'll choose TransactionDate so I'll partition my table based on the date when the transaction was entered into this table.

Other options include:

Collocate this table to the selected partition table: Displays related data to join with the column being partitioned.

Storage Align Non Unique Indexes and Unique Indexes with an Indexed Partition Column: Aligns all indexes of the table being partitioned with the same partition scheme. If you do not select this option, you may place indexes independently of the columns they point to.

The next screen, Select a Partition Function, is where you will create the partition function. This will create a function that maps the rows of the table or index into partitions based on the values of the TransactionDate column. In this example, I'll name the function TransactionHistoryFunction.

The next screen, Select a Partition Scheme, is where you will create the partition scheme. This will create a scheme that maps the partitions of the Production.TransactionHistory table to different filegroups. In this example, I'll name the scheme TransactionHistoryScheme.

The next screen, Map Partitions, is where you will map your partitions.

The range and values are as follows:

Filegroup: Filegroup used for the partition.

Boundary: Used for entering range values up to a specified value. Left boundary is based on Value <= Boundary and Right boundary is based on Value < Boundary.

RowCount: Read-only columns that display required space and are determined only when the Estimate Storage button is clicked.

Required Space: Read-only columns that display required space and are determined only when the Estimate Storage button is clicked.

Available Space: Read-only columns that display available space and are determined only when the Estimate Storage button is clicked. Keygen exe free pc.

Estimate Storage: When selected, this option determines the rowcount, required, and available space.

If you click the Set Boundaries.. button the wizard will generate boundaries for you. This is a nice feature because it's easy to change and doesn't involve any complexity.

Click OK on the Set Boundary Values screen and you will notice it separates the boundaries into 3 different rows based on years. I have already created 3 new filegroups that I will change to match each boundary.

Another cool feature of this wizard is the Estimate Storage button. If you click this button you can see the rowcount, required space, and available space as shown below.

The next screen is the Output screen. This screen allows you to generate the T-SQL, run immediately, or create a schedule to execute. In this example, I'll run immediately because we are working on a sample database rather than in production.

The final screen is the Summary screen that allows you to review your selections. Click the Finish button to partition your table.


Once the table is partitioned, you can run the following query to verify the filegroup name, partition scheme, partition function, and number of rows in each filegroup.

Next Steps
  • To see more tips regarding partitioning click here
  • Once the partition is created, you can go back to the table and select Storage, Manage Partition and this will bring up a new wizard that will allow you to create staging tables, switch out partitions, switch in partitions, and manage partitioned data in a sliding window scenario.

Partition Wizard

PartitionLast Updated: 2013-01-09

Partition Wizard Mg



About the author
Brady Upton is a Database Administrator and SharePoint superstar in Nashville, TN.
View all my tips
Related Resources