Restore database SQL2000, SQL2012
Backup of base is created in Microsoft SQL Server 2000 - 8.00.2066, I can't restore on Microsoft SQL Server 2012 - 11.0.2100.60
Answer Posted / gerrit
Look for recommendations here.
http://www.filerepairforum.com/forum/microsoft/microsoft-aa/sql-server/1914-restore-the-sql-server-database
But if briefly, then do a backup restore using Microsoft SQL Server 2005. Then you will be able to open this base in Microsoft SQL Server 2012 - 11.0.2100.60. Or take the better use software to restore the Recovery Toolbox for SQL Server . https://sql.recoverytoolbox.com/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What structure can you implement for the database to speed up table reads?
What stored by the master? : sql server database administration
Explain timestamp datatype?
Does partitioning improve performance sql server?
what is a schema in sql server 2005? : Sql server database administration
How to access the deleted record of an event?
What is a trace frag?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
If no size is defined while creating the database, what size will the database have?
can a database be shrunk with users active? : Sql server administration
Is it possible to call a stored procedure within a stored procedure?
How to create new table with "create table" statements?
What do you understand by sql server agent?
What is log ldf?