Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

closed as not constructive by Michael Petrotta, podiluska, jadarnel27, bobs, bummi Jan 10 at 18:48

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

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

share|improve this answer
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 Jul 13 '10 at 12:13
At least you didn't use the Let Me Google That For You ;) – Konerak Jul 13 '10 at 12:16
@Konerak: I tried that once. Stack Overflow actually blocks it from the comments! – Dave Markle Jul 13 '10 at 12:58
I know. You have to tinyurl it. – Konerak Jul 13 '10 at 13:29

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

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.