Home > Archive > MS SQL Server > March 2006 > Backing up SQL Express









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Backing up SQL Express
Simon Harvey

2006-03-05, 8:24 pm

Hi everyone,

Can anyone tell me if tehre is a tool or some preffered means of backing
up SQL Express on a schedule.

I typically use SQL Agent to schedule backup jobs but SQL Express doesnt
seem to come with that.

Many thanks

Simon


Jens

2006-03-05, 8:24 pm

What about doing a AT job within Windows with specifying something like
this as the command:

SQLCMD.EXE -S .\SQLExpress -Q -U Username -P Password -Q "BACKUP
DATABASE..."

HTH; Jens Suessmeyer.

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2009 droptable.com