自动备份SQL Server数据库

发布于 2024-08-06 17:40:04 字数 114 浏览 5 评论 0原文

我需要备份 SQL Server 数据库。

是否可以在无需人工定期干预的情况下自动执行此操作?如果是的话,请建议我如何做,我正在使用 SQL Server 2005 Express Edition。

I need to backup SQL Server database.

Is it possible to do this automatically without human intervention at regular intervals? If so yes then please suggest me how to do it and I'm using SQL Server 2005 Express Edition.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

暮光沉寂 2024-08-13 17:40:04

您将需要这个:

http://www.codeplex.com/ExpressMaint

然后您可以创建一个.cmd 文件来运行它并使用计划任务来安排它。我无法为您提供确切的命令行,因为您的设置将与我的不同,但文档位于:

http://www.sqldbatips.com/showarticle.asp?ID=27

http://www.sqldbatips.com/showarticle.asp?ID=29

You'll need this:

http://www.codeplex.com/ExpressMaint

Then you can create a .cmd file to run it and schedule it using Scheduled Tasks. I can't give you an exact command line because your setup will be different from mine, but the docs are here:

http://www.sqldbatips.com/showarticle.asp?ID=27

http://www.sqldbatips.com/showarticle.asp?ID=29

楠木可依 2024-08-13 17:40:04

有一个关于备份 SQL Server Express 的演练 此处

There's a walkthrough on backing up SQL Server Express here

我恋#小黄人 2024-08-13 17:40:04

在 sql 2005 脚本模板中,您会

在代码中找到备份脚本,在您想要备份数据库时运行此脚本,

我猜就是这样

in sql 2005 scripts templates you will find backup script

from your code run this script in the time you want to backup your database

thats it i guess

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文