Link to home
Start Free TrialLog in
Avatar of cuteo408
cuteo408

asked on

How to backup MS SQL Workgroup

I just iupgraded my Small Bussiness Server 2003 from standard to PREMIUM. The premium package contains MS SQL 2005 Workgroup and I am using MS SQL for a few applications. I dont know what software do I use to back it up. Can I use NT Backup ?
SOLUTION
Avatar of lundnak
lundnak

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The short answer is that NT backup will not backup your database for you because the data file is ALWAYS in use.  You need to use the SQL Backup included with MS SQL 2005.

If SQL Server Management Studo was not installed on the server (or even if it was), you can use the SQL installation disk to install the client applications on your workstation (in this case SQL Server Management Studio).

Once you have SQL Server Management Studio installed and connected to your database, just right-click on the database in the Object Explorer window, select All Tasks, and select backup database.

You can perform a one-time backup or you can set up a "Maintenance  Plan" which will do recurring backups on a schedule you specify.  I like to do my backups to disk (instead of tape) and then let my file backup solution back up the SQL backup file to tape with the rest of the files.

You can read this topic for more in-depth information on backups.

http://msdn.microsoft.com/en-us/library/ms175477.aspx
Avatar of cuteo408
cuteo408

ASKER

Thanks alot  SQLShark,

You said that I can not use NT backup to backup SQL because the data file is always in use. Do you think I can backup my sbs2003 my C: drive using NT Backup ? Would it affect System backup since SQL data file is always in use ? Or do I have to backup my system state and Exchange server separately ?

For SQL backup, I am planning to backup it up on one of the workstation computer.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial