Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2005 > SQL Server 2005
|
SQL Server 2005 General discussion of SQL Server *2005* version only.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 3rd, 2006, 03:20 PM
Authorized User
 
Join Date: Sep 2004
Posts: 62
Thanks: 0
Thanked 1 Time in 1 Post
Default Setting Up A Backup Schedule for SQL Express

Here is my problem, my website is using a SQL server Express Database which Microsoft has toned down on a lot of its replication capabilities. However I have the full Enterprise version of SQL Server 2005 running locally - so I am looking for a way to create a backup plan in the Management Console that will append any new data from my remote server to my local database at whatever time interval I have scheduled - does anyone know of a way of doing this, or can someone please point me in the right direction.

I just started working with '05 and don't see how this can be done so I at the least have the previous days data backed up locally.

Any pointers would be greatly appreciated...

 
Old May 9th, 2006, 03:27 PM
SQLScott's Avatar
Wrox Author
 
Join Date: Dec 2004
Posts: 338
Thanks: 0
Thanked 2 Times in 2 Posts
Default

The way to schedule backups in SQL Express is to use the Windows Scheduler. Have it call a cmd file. That cmd file should contain the T-SQL syntax to back up your database.

 
Old May 23rd, 2006, 12:37 PM
Authorized User
 
Join Date: Sep 2004
Posts: 62
Thanks: 0
Thanked 1 Time in 1 Post
Default

I have that occurring now thanks, but locally I have the full blown license of SQL 2005 - so I was wondering how to set up the backup locally (couple of times a day) to append backup what is online (which is SQL express)...






Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Backup dathomps SQL Server 2000 1 January 2nd, 2008 01:56 PM
SQL Server 2000 schedule Jobs Jane SQL Server 2000 1 November 6th, 2006 09:19 PM
Accessing a SQL Server Express DB thru VB Express djelavic SQL Server 2005 2 February 21st, 2006 07:53 PM
SQL Server Backup Restore zaeem Classic ASP Databases 0 December 4th, 2003 09:02 AM
long running backup schedule prakashvj SQL Server 2000 1 June 9th, 2003 10:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.