Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
I have Sql Server 2000 .BAK File (Database record ) now, i need to attach the .BAK file in Sql Server 2014  it is Possible? Otherwise, how to get that record ..


What I have tried:

I have Sql Server 2000 .BAK File (Database record ) now, i need to attach the .BAK file in Sql Server 2014 it is Possible? Otherwise, how to get that record ..
Posted
Updated 18-Apr-16 0:10am

1 solution

You cannot "attach a .bak file" to an instance ; .bak files are SQL backups, thus you have to restore from the .bak file to your instance.

Please see Restore a Database Backup Using SSMS[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900