SQL Server自动备份 [英] SQL Server Automated Backups

查看:150
本文介绍了SQL Server自动备份的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

用于创建SQL Server 2008数据库的自动备份的软件产品的建议是什么?

What are the recommendations of software products for creating automated backups of SQL Server 2008 databases?

备份应该在不使数据库脱机/ >

The backup should happen without taking the database offline/detatching.

推荐答案

我建议只在SQL Server中创建一个维护计划来处理备份,它可以配置为备份到指定的位置次,而不使数据库脱机,并将处理您的增量备份清理。

I would recommend just creating a maintenance plan in SQL Server to handle the backups, it can be configured to backup to a specified location at specified times, without taking the databases offline, and will handle your incremental backup cleanup.

http:// msdn.microsoft.com/en-us/library/ms189715.aspx

这篇关于SQL Server自动备份的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆