摘要:
右击数据库名称,选择属性 选择文件--日志-限制大小为500m 用语句也可以 ALTER DATABASE iMonitor SET RECOVERY SIMPLE --将“恢复模式”设置为“简单” GO USE iMonitor GO DBCC SHRINKFILE (N'iMonitor_l' 阅读全文
摘要:
首先附上两个程序: 1:发送端程序Trapsend using System; using System.Collections.Generic; using System.Linq; using System.Text; using SnmpSharpNet; namespace Trapsend 阅读全文