adspace
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
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
How do I start sql server 2017?
Explain “row_number()” in sql server with an example?
How do I find the sql server version?
What is acid mean in sql server?
List out the different types of locks available in sql server?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What is a coalesce function?
What is the difference between upgrade and migration in sql server?
How to convert numeric expression data types using the cast() function?
What are different types of constraints?
What are the kinds of subquery?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
How can you append an identity column to a temporary table?
What are the source of constraints?
How to provide default values to function parameters?