Generate .bak of MS-SQL Server

bartabc

Basic Pleskian
Hello,

How can i export a MS-SQL Server database to .bak file to import to another server (without windows plesk installed)?

I know there is a Database Reposity Backup i used then but files are generated without extension. Is there a possible to import this file to another MS SQL Server using MS Visual Studio for example ?

I have power pack tools installed with MS SQL Server 2012 on Windows Plesk 12.08 on Windows Server 2012 R2 64 BIts.

Thank you,
 
Why you can't do it with native MSSQL method with help of SQL Server Enterprise Manager?
 
You will need to use sql management studio, go to databases >> db >> task >> backup then select path where you want to save file and name the file name as b.bak
 
Back
Top