关于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"