Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql 7 - remote backup?

Status
Not open for further replies.

croakyfrog

Technical User
Dec 4, 2001
51
GB
I have been trying without success to backup a sql 7 transaction log to a remote location. i've heard sql 7 doent allow remote backups - can anyone confirm or deny this?

 
You are correct. You can not backup to a remote location. The only way you can keep your backup files on a different server is to schedule a dump file copy after the backup as been successfuly completed.

This can be done using Command Exec.
 
You can backup to a remote server using the UNC address of the server as long as the SQL start up account is a domain user with appropriate permissions on the remote server share. Simply seet the backup location to something like the following.

\\servername\sharename\path\mydatabase.bak Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top