How to take backup of SQL Database from SQL Server?
Want to take backup of MDF file from SQL server? Follow steps given below.
Go to that database under Database folder in Object Explorer window, of which you want to take backup.
Right click on that database, go to Task and select Back up.
A window will be open. Select Destination path of the back up folder and click on OK.
Finally it will be prompted that back up is completed successfully.
Go to the installation folder of the SQL Server where in Backup folder backup of that database will be created as .bak file format.