上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: 两台sql server, server 7.0和 sql server 2000SQL7设置了pipes, TCP/IP. NWlink, IPX/SPX和multiprotocol Net Libraries.SQL7和SQL2000之间传递重要信息,你需要确定unauthorized用户不能访问。需要:在sql2000上,启用multiprotocol net library在sql2000... 阅读全文
posted @ 2010-07-27 19:57 *新*新* 阅读(200) 评论(0) 推荐(0)
摘要: 如果配置一些使用net send command发出命令的agent 通知,停止发出消息,要检查系统的application log是否需要clear了。 阅读全文
posted @ 2010-07-27 19:48 *新*新* 阅读(110) 评论(0) 推荐(0)
摘要: sqlserver2000支持备份/恢复单独文件或者file group,因此可以通过创建一个单独数据文件存放表数据,这样只有该表能够单独备份了。 该数据文件必须是一个secondary data file,因为一个数据库只能有一个primary data file, .mdf后缀的文件,该主数据文件是一个数据库的开始点并且allocate数据库中其他文件。一个数据库可以没有secondary d... 阅读全文
posted @ 2010-07-25 17:19 *新*新* 阅读(234) 评论(0) 推荐(0)
摘要: Performance Audit ChecklistCounter Name Average Minimum Maximum Memory: Pages/sec Memory: Available Bytes Physical Disk: % Disk timePhysical Disk: Avg. Disk Queue Length Processor: % Processor Time Sy... 阅读全文
posted @ 2009-10-12 19:01 *新*新* 阅读(628) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2009-05-18 20:51 *新*新* 阅读(964) 评论(1) 推荐(0)
摘要: ---打开cmd开关 exec sp_configure 'xp_cmdshell','1'; RECONFIGURE; ---通过xp_cmdshell执行dos命令 exec xp_cmdshell 'del d:\test.txt'; ---关闭开关exec sp_configure 'xp_cmdshell','1'; RECONFIGURE; 阅读全文
posted @ 2009-02-10 14:56 *新*新* 阅读(581) 评论(0) 推荐(0)
摘要: 生产环境数据库A: Dual-Core AMD Opteron(tm) Processor 8218 2.61GHz, 64.0GB of RAM 4个双核,62GB内存被使用,数据库相关服务使用单独的账户, C:64G --放程序 D:820G --放数据库文件 E:820G X:72.6G --放Virtual Memory,System Managed Page ... 阅读全文
posted @ 2008-11-06 17:42 *新*新* 阅读(243) 评论(0) 推荐(0)
摘要: S.M.A.R.T. criteria: - S pecific (results-oriented), - M easurable (how will you know it has been achieved), - A dds Value (describes contribution it will make), - R ealistic (ac... 阅读全文
posted @ 2008-10-27 13:27 *新*新* 阅读(259) 评论(0) 推荐(0)
摘要: 2008年10月22日,非常倒霉,做了个恶梦。没想到切实是一场风暴来临的预示......... 没想到部门突然之间解散了,基本没有征兆,昨天还有人在transfer 现实就是这么残忍,我这辈子第一次遇到 中国有句古话: 福兮,祸之所倚; 祸兮,福之所倚 阅读全文
posted @ 2008-10-22 14:52 *新*新* 阅读(217) 评论(2) 推荐(0)
摘要: 介绍 sql server 2005 不仅支持sql server profiler 捕捉trace,也可以自己调用系统存储过程写程序手工创建trace。 存储过程 Returns information about a specified trace or all existing traces. ---SELECT * FROM ::fn_trace_getinfo(defalut) ---S... 阅读全文
posted @ 2008-09-24 16:39 *新*新* 阅读(1123) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 下一页