我有一个ASP.NET MVC应用程序,它与SQL Server 2008 R2 Express版本下的数据库一起使用.需要执行更新数据库中某些记录的常规任务.
不幸的是,Express Edition缺少SQL Agent. 你会推荐什么方法?
解决方法
使用ExpressMain,它是SQL Server Express用户非常方便的解决方案.
ExpressMaint
Project Description
This project maintains two utilities for automating the backup and maintenance of databases for SQL Server 2005/2008/2008R2 Express Edition. They are based on the sqlmaint application that came with SQL Server 2000 but updated for SQL Server 2005/2008/2008R2. There is a standalone VB.NET console application and a SQL stored procedure,that demonstrate how to automate database backup and maintenance tasks via SMO (SQL Management Objects) or TSQL.
这两篇文章将帮助您使用它 http://www.sqldbatips.com/showarticle.asp?ID=27 http://www.sqldbatips.com/showarticle.asp?ID=29 (编辑:ASP站长)
【免责声明】本站内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。
|