我想在发送给我的通知邮件中包括DBCC的结果。我在Server的旧版本中看到了一些技术。在Server 2014中是否有任何新的/更简单的方法来实现这一点?
发布于 2017-07-13 15:13:02
exec msdb.dbo.sp_send_dbmail @file_attachments = 'Path\Filename.txt'这应该没问题的。我不知道这方面有任何内在的解决办法。
https://dba.stackexchange.com/questions/179772
复制相似问题