首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

关于xp_cmdshell,该怎么解决

2013-09-06 
关于xp_cmdshell在SQL Server Management里执行以下的命令EXEC master.sys.xp_cmdshell EVENTCREATE /L A

关于xp_cmdshell
在SQL Server Management里执行以下的命令
EXEC master.sys.xp_cmdshell 'EVENTCREATE /L APPLICATION /T INFORMATION /SO TEST /ID 100 /D "成功"'
go

结果显示的是已经成功添加了windows 事件。但是去windows事件查看器里面看确没有。
请大虾指点。


eventcreate /s server1 /s server2 /u user /p password /id 100 /t error /so winmgmt /d "Creating events on Multiple remote machines"
eventcreate /s server /u user /id 100 /t warning /so winmgmt /d "Remote machine with partial user credentials"

热点排行