How to find who and when drop link server ?
-
2012年8月22日 18:21
What is the command to find who and when drop the linked server?
I tried to find out in default trace but no evidence logged
select * from sys.traces
SELECT * FROM fn_trace_gettable(‘<<Path>>, default) Trace order by StartTime descbut no luck.Please help.
全部回复
-
2012年8月22日 19:47版主
-
2012年8月23日 8:19
Thanks for reply TiborK.
I do not have any other auditing setup,having only default trace.It mean I never came to know who and when drop my linked server :(
-
2012年8月23日 8:25答复者
IIRW drop linked server is done by using sp_dropserver system stored procedure which requires ALTER ANY LINKED SERVER permission on the server. Check out in your company who have such permission + sysadmin of cause.Best Regards,Uri Dimant SQL Server MVP,http://sqlblog.com/blogs/uri_dimant/
- 已建议为答案 Shulei ChenModerator 2012年8月24日 7:50
- 已标记为答案 Shulei ChenModerator 2012年8月30日 9:33

