摘要: Xp_cmdshell是sql数据库master库下面的系统存储过程,如果sa密码为空或者很容易被破解,则攻击者就会利用xp_cmdshell来执行任何command命令来操作您的computer。如果你不需要扩展存储过程xp_cmdshell请把它去掉。使用这个SQL语句: use master sp_dropextendedproc 'xp_cmdshell' xp_cmdshell是进入操作... 阅读全文
posted @ 2007-09-01 10:44 憋大招的cat 阅读(1009) 评论(0) 推荐(0)
摘要: 本文主要是BCP应用示例 阅读全文
posted @ 2007-09-01 10:32 憋大招的cat 阅读(2404) 评论(2) 推荐(0)