Sql Restore Error
-
Dear Friends, Client database is in the form of "database.Dat" they don't which version they are using, i want to restore it i sqlserver 2000 with service pack 4 Following error occured Error:3169 The backed up database has on-disk structure version 611. The server supports version 539 and cannot restore or upgrade this database. Restore filelist is terminating abnormally. Please give a solution Thanks & Regards JK
-
Dear Friends, Client database is in the form of "database.Dat" they don't which version they are using, i want to restore it i sqlserver 2000 with service pack 4 Following error occured Error:3169 The backed up database has on-disk structure version 611. The server supports version 539 and cannot restore or upgrade this database. Restore filelist is terminating abnormally. Please give a solution Thanks & Regards JK
Hi JK, It looks to me like you client is using SQL 2005, which isn't backwards compatible with SQL 2000. Ryan
-
Hi JK, It looks to me like you client is using SQL 2005, which isn't backwards compatible with SQL 2000. Ryan
-
Just using the file you have, not as far as I know. If you had access to the database, I'm told that you could export the data from SQL 2005 and then import it into SQL 2000, but I haven't done this before and so I can't really tell you exactly how to go about it.