Reputation: 105
I am a newbie when it comes to sql server, and I am trying to install adventureworks 2016. I clicked on restoring databases, but I cannot find the .bak files, even though I have saved them. Do I need to save the .bak files in a specific place? And then how do I look for them to restore? Thank you!
Thanks everyone for your help! However i am getting this error now when I am restoring the database : ColumnStore Index Error even though I have Microsoft Sql Server 2016. How do I fix this error? Thank you!
Upvotes: 4
Views: 7324
Reputation: 3173
The best way to do that is to copy and paste your .bak file to this path:
C:\Program Files\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\Backup
Note that this path is for my SQL Server 2014 version but just follow this kind of path and you will be in backup folder where you need to paste your .bak file.
After that in SQL Server Management Studio go with these steps:
Upvotes: 6