Luouy~羽林
学问如逆水行舟,不进则退; 有知识的人不实践,等于一只蜜蜂不酿蜜; 我们可以由读书而收集知识,但必须利用思考把糠和谷子分开
摘要: 在设置服务器的时候,记得用到这个在SQL SERVER 2000中,可以通过 exec master..sp_dropextendedproc 方法删除系统扩展存储过程。然而,到2005后,因为有些系统扩展存储过程系统也要使用,因此,就不能删除了,可以采用以下是网上流传的一些“危险”的存储过程deny execute on [系统扩展存储过程名] to [角色]deny execute on xp_cmdshell topublicdeny execute on xp_dirtree topublicdeny execute on xp_fileexist topublicdeny execu 阅读全文
posted @ 2011-10-13 11:32 羽林.Luouy 阅读(2366) 评论(0) 推荐(0) 编辑