question

brownjms34 avatar image
brownjms34 asked

Opening a .bak file

I have.bak file about 35mb, a database backup. I want to open this file so that I can view its contents. Fileviewer software can not do this. Could someone help me how to open this file?
sql serverbackuprestore
1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Grant Fritchey avatar image Grant Fritchey ♦♦ commented ·
You have several answers below. For each of those answers that are helpful you should click on the thumbs up next to the answers so that it turns green. If any one of the answers below lead to a solution to your problem, click on the check mark next to that one answer so that it turns green. This web site works best if you do the voting and marking of answers so that the next person who looks at your question knows what the solution was.
0 Likes 0 ·
davismick643 avatar image
davismick643 answered
From my understanding a file viewer sowtware does not help you much. I would suggested to use SQL Server management studio. Also if you want to use a database you need restore that database. First download and install sql server express edition and sql server management studio from the microsoft site. After installation open sql express management studio, connect to the local sql server and there in the databases list, you will get restore database option. Details find in articles [ https://msdn.microsoft.com/en-us/library/ms177429.aspx][2] [ http://sqlbak.com/blog/open-a-bak-file/][1] [1]: http://sqlbak.com/blog/open-a-bak-file/ [2]: https://msdn.microsoft.com/en-us/library/ms177429.aspx
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Kev Riley avatar image
Kev Riley answered
View it's contents? It is a database backup, so you would need to restore it to a database server, and 'view' it through a database management system e.g. SSMS. You can open a bak file with a text editor (such as notepad) but you will be viewing the internal representation of a database - unless you know what you are looking at, this won't be very user-friendly
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.