|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
MS SQL backup
Hi,
I just joined a company and we have a MS SQL database for our website. We are looking for a automated way to backup the databse regularly. The problem is that the database is at the hosting server but we would like to place the backup copy on our office server. Is there any tool or script that would help us acomplish this? I have worked on MYSql and am new to MS SQL. So any help would be highly appretiated. thanks, Ryan. |
|
#2
|
|||
|
|||
|
See this article:
http://web.zdnet.com.au/builder/arc...20274068,00.htm For scheduling a backup so that it runs automatically, see "jobs, creating" in your SQL server Books Online
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. |
|
#3
|
|||
|
|||
|
I have a hosted sql server db and use Data Transform Services (DTS) from a local SQL server to Pull the remote database to my local server.
Use OLEDB connections when you set up the DTS job, and copy objects & data. Don't use the default options, and choose not to copy object permissions & users. Easiest is to set up your local server as a "clone" with the same username and password you have on the hosted server.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#4
|
|||
|
|||
|
hi,
Thanks a lot for your help. Will try them out tomorrow. Will post here if I run into any more problems. thanks, Ryan |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > MS SQL backup |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|