how to get list clients that connected to sql server over the network?

  • hi all

    can you help me?plz

    i work with sql server 2008

  • tnt750 (1/29/2012)


    hi all

    can you help me?plz

    i work with sql server 2008

    Many people here will attempt to assist you.

    But what is your problem ... ? ? ? ? ?

    Is it login auditing if so please read:

    How to: Configure Login Auditing

    http://msdn.microsoft.com/en-us/library/ms175850.aspx

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • Check who all connected.

    exec sp_who

  • You could also use the Activity Monitor. Just Right Click the SQL Instance and choose Activity Monitor. Then choose Processes. It will list who is connected and to what Database, what workstation name they connected from, current command they ran like a select statement.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply