Non-release version (600) is not supported by this version of SQL Server
i downloaded 101 samples installation (i.e. 101samplescs.msi) microsoft's website, contains sql server database files.
while working databases in "data access" samples 101 samples projects, following error:
"database <mdf_name> cannot upgraded because non-release version (600) not supported version of sql server. cannot open database incompatible version of sqlservr.exe. must re-create database..."
i assume database files created beta or ctp version of sql server 2005. know can updated version of these database files or scripts update them?
please help.
mike.
the error caused having database older format, beta. believe 101 code samples have been updated contain release format databases. can find download link @ http://msdn.microsoft.com/vstudio/downloads/101samples/default.aspx.
try installing fresh copy of samples , see if work. can confirm 'multiple active resultsets' sample able load database without problem.
mike
SQL Server > SQL Server Express
Comments
Post a Comment