where to find MyDataBase.BAK file on SQL server 2008 ?
and how i can restore this file to my DataBase ?
thank’s in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Did you back it up using SQL only without specifing a full path, e.g.
I think by default your backup will get placed in the Backup folder in the SQL Server install, i.e.
C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Backupor similar. You can restore it usingbut if the orginal files are still there you’ll need to specify alternate paths for the restore, e.g.
but it’s so much simpler if you use management studio for all of this stuff.