Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server 2005 Partition Tables

Status
Not open for further replies.

sendba

Programmer
Sep 7, 2005
113
US
Hi all

I have a table which contains more than 500 Million records in SQL Server 2000 database.I want to take advantage of 2005 Partitioned Tables.

Can anyone let me know how to partition the table so that i have 100 Million in each partitions.

Please help

Thanks in advance
 
Look up "partitioned tables [SQL Server], creating" in BOL.

When you parition the table you partion it by a date range, or a key range not by a number of records.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top