Questions tagged [table-partitioning]

16 questions
0
votes
1 answer

SQL Server - How to split single mdf file into multiple, and partition table data across them?

In the hopes of improving SQL Server performance, I'd like to take my simple 1-file (1 mdf & 1 ldf) database and split up the mdf files (and maybe the ldf files) across multiple disk drives. I'm thinking that the most performant way to do this would…
N73k
  • 111
  • 6
1
2