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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Partioning a table with non-clustered index but no clustered index

Status
Not open for further replies.

TheBugSlayer

Programmer
Sep 22, 2002
887
0
0
US
Hello all.

We are considering partitioning a very large table mentioned in a previous post. The table has a few non-clustered indexes and no primary key. The best candidate column for partitioning has a non-clustered index defined on it. Can I partition the table on this column without having to create a primary key that encompasses it?

Thank you.

MCP SQL Server 2000, MCTS SQL Server 2005, MCTS SQL Server 2008 (DBD, DBA)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top