SQL – How to backup a database and export as a MDF file with MS SQL 2008 R2
If you mean that you want to be able to attach the database on another server, then this is what you can do: detach the database (right click the database and click Detach) copy the mdf and ldf files to your backup location attach the database (right click Databases and click Attach) This is the … Read more