Roman Rehak

SQL Server and things not related

<January 2009>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567


Navigation

SQL Server Sites

Subscriptions

News

eXTReMe Tracker

Post Categories



Sunday, February 13, 2005 - Posts

Roman's Weekly SQL Server Tip - How to map SQL Server to the process ID

If you have multiple instances of SQL Server running on the same computer, you might run into run into a situation where you need to identify what server instance corresponds to the SQL Server executable. Windows Task Manager shows you the process ID (PID) of each instance of sqlserver.exe. You can find out the process ID of each running SQL Server by executing this code:

SELECT SERVERPROPERTY('ProcessID')

posted Sunday, February 13, 2005 8:04 PM by Roman with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems