I need to copy a database from a remote server to a local one. I tried to use SQL Server Management Studio, but it only backs up to a drive on the remote server.
Som
Create a local shared folder, with "everyone" read/write privileges
Connect to the target database, start the backup and point to the share like below
\mymachine\shared_folder\mybackup.bak
(Tried on Windows domain environment)