Link to home
Start Free TrialLog in
Avatar of vbnetcoder
vbnetcoder

asked on

.bak file to create database

I have a .bak file for a database i want to use.  How would i use it to create the database?

Specifically, i downloaded:

AdventureWorks2012-Full Database Backup.zip

from here:

http://msftdbprodsamples.codeplex.com/releases/view/55330
Avatar of plusone3055
plusone3055
Flag of United States of America image

you want to restore a database with a .bak file

Here is the step by step process with pictures on how to accomplish this :)

http://social.technet.microsoft.com/wiki/contents/articles/7654.how-to-restore-a-database-backup-using-bak-file-in-ms-sql-server-2012.aspx
Avatar of vbnetcoder
vbnetcoder

ASKER

It says, "To create a new database, enter its name in the list box"


but its not letting me doe so
ASKER CERTIFIED SOLUTION
Avatar of plusone3055
plusone3055
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I tried to attach the .mdf file and i am getting an operating system error 5 - access is denied.
ah whatever group you are on in windows does not have full read/write control

here's how you fix that :)
User generated image
Perfect! Thanks!
Thank you for the very easy to follow instructions!