views:

46

answers:

3

Hi,

I only know the basics of sql server like create tables, procedures etc. I want to know about table partitioning in sql server. i would like to get a tutorial which is really simple and easy to understand. i want to know about table partition, index partition ....

Please help.

+3  A: 

The first Google Result is probably where you'll want to start.

Dave Markle
I hate to sound sarcastic, but it was the first result and it pretty much was an easy to read paper on what the guy asked for...
Dave Markle
At least you didn't use the Let Me Google That For You ;)
Konerak
@Konerak: I tried that once. Stack Overflow actually blocks it from the comments!
Dave Markle
I know. You have to tinyurl it.
Konerak
+3  A: 

Take a look at the Partitioned Table and Index Strategies Using SQL Server 2008 white paper

SQLMenace
A: 

"Books On Line" is surprisingly readable, or like otehrs have said just Google it and plenty of walkthroughs are out there.

Si Downes