Displaying posts categorized under

SQL Server

Move HEAP Tables

One of the things I’ve been doing lately for an upgrade from SQL 2000 to SQL 2005 is restructuring databases, adding filegroups and files to split out the data and non clustered indexes, leaving only the system tables in the primary filegroup.  This is actually fairly simple as we’re just dropping the clustered indexes and [...]