Is there any way, when upgrading a database from SQL Server 6.5 to 7.0, to
map 6.5 segments to 7 filegroups?
When the upgrade rebuilds the tables in the 7.0 database, I'd like it to
take all tables that were in segment X1 and build them in filegroup X1.
That's not a default behavior, which is reasonable, but I'm hoping there's a
way to do it.
Brian Proulx