Hello, I have SQL Server 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.