开发者

Track user connections to server over a specific period

开发者 https://www.devze.com 2023-02-23 07:18 出处:网络
I am looking to obtain information on users who are conencted to a specific server over a length of time - say a week.

I am looking to obtain information on users who are conencted to a specific server over a length of time - say a week.

I know I can view all current users conencted through s开发者_运维问答ysprocesses however we really need to create a log of all users, when they were connected and to which database they connected to.

It is a SQL 2000 server we are using.

Is this even possible and if so how?

Thanks Ross


SQL Server has supported C2 level auditing since 2000. That should do what you are expecting it to.

This article should get you started. http://technet.microsoft.com/en-us/library/dd277388.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消