Run the following script againt the DYNAMCIS database to set the Dynamics the version of the database is 8.
use DYNAMICS
declare
@companyDBName as char(5),
@companyName as char(65),
@version as numeric(3,2),
@verMajor as int,
@verMinor as int,
@verOldMajor as int,
@verOldMinor as int...