Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我将 DBCC CHECK 设置为作为作业的一部分运行;如果发现分配错误/一致性错误,作业会失败(并随后提醒我)吗?
USE [mydb] GO DBCC CHECKDB(N'mydb') WITH NO_INFOMSGS
顺便说一句,如果作业失败而不是数据库一致性或资源可用性出现问题,无论哪种情况,管理员都必须纠正问题。如果无法进行适当的监控,则可以在作业中配置“警报”选项,该选项将触发电子邮件等以通知某些组或人员。