|
|
| |

How do I move tables from one filegroup to another?
Answer:
To move tables from one filegroup to another, you can do the following:
1. Run SQL Server Enterprise Manager.
2. Expand a server group; then expand a server.
3. Expand Databases; then expand appropriate database.
4. Click Tables; then right-click the table and choose 'Design Table'.
5. Click 'Table and Index Properties' on the top menu and change the table filegroup.
|
|
|