While SMSS doesn’t contain this function natively, we are going to show you a work around!
This is both how you backup an MSSQL database and how you move a database between two servers.
When creating an MSSQL backup, your database will be exported as a .bak file.
you might add one or multiple locations for the destination location of your .bak file.
Click OK and your database will be backed up to the selected location.
To import your database, right-choose your server instead of the database, and select Restore Database.
Click Add and you could navigate to the .bak file you wish to restore.
Click OK and your database will be imported to the current SQL server!
Why Can’t I Export Directly to a Mapped Drive?
Many venture to manually enter the path to their internet drive.
How Do We Get Around This Missing Functionality?
kindly note that to create these shares, you almost certainly need administrator rights.
it’s possible for you to now export and import backups directly from this location.
You have now setup a data pipe share within SQL that persists even if you close and reopen SSMS.