About 140,000 results
Open links in new tab
  1. How can I backup a remote SQL Server database to a local drive?

    Oct 15, 2010 · 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. Some points: …

  2. How to take a remote SQL server database backup to local machine?

    Jan 7, 2021 · I've to take a SQL database backup from remote machine to local Linux machine and through command line. Hence executed following command - sqlcmd -S xxx.xxx.xxx.xxx …

  3. Command line tool / script to backup a remote SQL Server …

    Jul 21, 2018 · Easy way - with "normal" database backups - when you run the BACKUP DATABASE command, the SQL Server service on the remote box needs to write the backup …

  4. SQL Server Backup to a Remote Server - Stack Overflow

    Jan 7, 2012 · I realise there is a command: BACKUP DATABASE [DB Name] TO DISK [PATH] Is it possible to backup to a remote location? - E.G. the web server rather than the database …

  5. Enable SQL Server to backup on remote machines/drives

    Jul 13, 2009 · I have a SQL Server (2000, 2005 and 2008) and I'd like to use SQL Agent (or even a simple backup database 'xxx' to disk = 'yyy'), to backup to remote drives. I.e: i have a …

  6. Backup DB on Remote SQL Server Express - Stack Overflow

    Nov 6, 2009 · SQL Server (also Express) includes a utility called sqlmaint.exe, which allows you to perform backup operations on a local or remote SQL server. Simply write a batch file calling …

  7. Restore database backup over the network - Stack Overflow

    Aug 19, 2008 · How do you restore a database backup using SQL Server 2005 over the network? I recall doing this before but there was something odd about the way you had to do it.

  8. C# SQL Server backup of a remote database to the remote default …

    Feb 5, 2020 · This application connects to a remote SQL-server. This application needs to perform a backup of the connected database to the default backup location (retrieved via …

  9. Create Sql Server Backup on Local Machine - Stack Overflow

    Jan 25, 2010 · I am using SQL Server Management Studio running on my local machine. I can log on to a remote box (database engine) and use the Studio to create a database backup which …

  10. Backup remote SQL Server 2005 - Stack Overflow

    Mar 7, 2010 · How do I backup data from a remote MS-SQL Server DB to my local computer? I'm having access to Management Studio 2008.