I'd recommend creating first a backup copy of the VSS5 database and making sure the database to be migrated doesn't contain errors (run analyze on the database), but VSS2005 should be able to migrate the database without problems. You need to run ddconv.exe utilityto update the database to VSS 6.0/2005 format.
VSS 5.0
capere
I'd recommend creating first a backup copy of the VSS5 database and making sure the database to be migrated doesn't contain errors (run analyze on the database), but VSS2005 should be able to migrate the database without problems. You need to run ddconv.exe utility to update the database to VSS 6.0/2005 format.
http://msdn.microsoft.com/library/en-us/guides/html/vsgrfss_ddconv.asp
Alin