hey folks
i have a BAK file (13 MB), which i believe to be a backup from an MSSQL database.
how can i ‘load’ this into MSSQL and see what inside?
Thanks!
hey folks
i have a BAK file (13 MB), which i believe to be a backup from an MSSQL database.
how can i ‘load’ this into MSSQL and see what inside?
Thanks!
Install MS SQL 2000 or 2005
I tihnk Express edition will even do it for you.
its a binary backup, not a TXt sql dump, so it won’t open with viewable text.
yup - already saw that ![]()
i have 2005, so i’ll try in there. can you give me a quick pointer to load it?
try making a DB of the same name, then doing a restore, from file, select the file, and hopefully it will pull up ![]()
great, thanks Stephen
scratch that - found it