If we upgrade SQL Server from 2005 to 2008R2, do the databases themselves need to be upgraded to the new SQL Server 2008R2 format ?
I seem to recall there also needs to be an actual upgrade process on the database themselves to bring them up to the newer version.
Select @@version shows the current SQL Server Installed Instance. Is there a similar command to show what version the actual MDB format is of the actual database?
John