Roman Rehak

SQL Server and things not related

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910


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