SQL Server 7x, BAK
I currently use SQL Server 7, and I have a .bak file downloaded. Can you direct me on how to open this .bak file and how to convert it to allow usage with SQL Server 7?
Hello, a bak file is a backup so in order to use it it needs to be restored in SQL. If you have the same db and want to restore on this right click the db you have and choose restore otherwise you can create a new db that will be a restore for this bak file. Bye