How I can move table to another filegroup ?
Posted
by denisioru
on Stack Overflow
See other posts from Stack Overflow
or by denisioru
Published on 2010-03-13T10:38:09Z
Indexed on
2010/03/13
10:45 UTC
Read the original article
Hit count: 191
sql-server
|sql-server-2008
Hello, I have MSSQL 2008 Ent and OLTP database with two big tables. How I can move this tables to another filegroup without service interrupting? Now, about 100-130 records inserted and 30-50 records updated each second in this tables. Each table have about 100M records and six fields (including one field geography).
I looking for solution via google, but all solutions contain "create second table, insert rows from first table, drop first table, bla bla bla".
Can I use partitioning functions for solving this problem? Thank you.
© Stack Overflow or respective owner