Find Instance in task manager

  • Hi,

    we have an Win 2000 Server with 3 SQL Server 2000 which run as cluster resource and 1 as normal instance.

    In the task manager i see four times sqlservr.exe - how can i find which exe is which instance?

    Thanks in advance 😉

    Jürgen

  • Maybe anybody here can help me

    Would be great 🙂

  • run

    select serverproperty('ProcessID')

    on the specific instance

    that returns the "Process ID of the SQL Server service. ProcessID is useful in identifying which Sqlservr.exe belongs to this instance." (quote from BOL)

    use it in task manager

    dragos

  • Is also in SQL Server errorlog - 4th line of log..

    'Server process ID is xxxx.'

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

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