Dear all,
We're using sql server 2005 and already used the following sql to change the permission of one system extended store proc in production:
use master
deny execute on sp_replwritetovarbin to public
go
Is there any log event to indicate the time of issueing the above sql?
Thanks and regards,
Wallace