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 backup to a drive in the remote server.
Some points:
- I do not have access to the remote server in a way that i could copy files;
- I do not have access to setup a UNC path to my server;
Any ideas of how can I copy this database? Will I have to use 3rd party tools?
Thanks!