监控logshipping 流量
摘要:
--------因环境不同,请勿直接copy使用1--createprocedurecreate procedure usp_logshipping_send as declare @hostname sysname ,@px int ,@sql varchar(500); if OBJECT_ID(N'hostinfologshipping','U') is not null drop tabl... 阅读全文
posted @ 2010-07-28 23:17 徐郞顾 阅读(715) 评论(0) 推荐(0) 编辑