January 6, 2008 at 8:19 pm
Can i backup databases and saved i directly to another server?? for example:
BACKUP DATABASE TO DISK = '\\LESTER\LESTER$'
Is this possible? or is there any way that i can do this thing? thanks..
"-=Still Learning=-"
Lester Policarpio
January 6, 2008 at 9:50 pm
You can do this, but it's not recommended. Any network hiccup will result in this failing. Better to back up to a local drive and then copy to a remote drive, use a VBScript or Powershell script to do this.
January 6, 2008 at 10:16 pm
I agree with steve . You can also backup to a tape. Its better to backup to a local drive and copy to a remote location.
"Keep Trying"
January 6, 2008 at 11:18 pm
Thanks for the quick replies just thought of making a script that do all the jobs like:
1. backup databases from a server to another server
2. restore databases
3. Create server/database user/log-ins
4. Create backup schedules
but since there are issues regarding this matter maybe i'll just do it the old way ^^
"-=Still Learning=-"
Lester Policarpio
January 7, 2008 at 7:00 am
There are lots of scripts here on the site in the Scripts section that do these things. You can search a few out and modify them to suit your needs.
January 7, 2008 at 5:33 pm
Actually i made 1 script that will do what i need it is just that the backup to another server is my issue but anyways i can manually do the backup part 🙂
"-=Still Learning=-"
Lester Policarpio
January 8, 2008 at 5:23 am
Or else migrate to 2005 and use the mirrored backup option. Read up more in 'Introduction to SQL Server 2005 Database Backups' in SSC.
January 8, 2008 at 8:41 am
Be careful of mirrored backups. If the mirror fails for some reason (network errors), the local isn't completed.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply