July 10, 2010 at 12:29 pm
Hi,
We have a Linked Server in SQL Server 2005 and I want to know who created and when it was created.
Is there way (query) to find this information?
Thanks
July 10, 2010 at 12:41 pm
When:
select name, modify_date from sys.servers
Who: someone with sysadmin rights; don't know how to tell who did it.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 11, 2010 at 9:25 am
If it was recently, the default trace should capture this.
April 13, 2011 at 6:45 am
Steve Jones - SSC Editor (7/11/2010)
If it was recently, the default trace should capture this.
I am not able to find this information the default trace.Please help !
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply