Finding the Instance Name from Task Manager
From SQLServerPedia
|
See Also: Main Page - Database Administration - Troubleshooting SQL Server
Finding the Instance Name from Task ManagerWhen running multiple instances of SQL Server on one server it can be difficult to identify which instance is using excessive resources. Task Manager shows: Figure 1 - Task Manager Where each sqlservr.exe represents an instance. Finding the instance name requires the Process Identifier (PID) which is not shown by default in Task Manager. Figure 2 - Select Columns from Task Manager
SQL Server Configuration ManagerOn clicking on the SQL Server Services in SQL Server Configuration Manager, the details of SQL Server and related services along with the Process ID of each service is listed. The SQL Server Instance name is listed as SQL Server (InstanceName). Figure 3 - Configuration Manager SQL Server Error LogIn SQL Server 2000, SQL Server Configuration Manager is not available. The information regarding the Process ID can be obtained through the SQL Server Error Log. Figure 4 - Error Log Once you know the instance using excessive resources further investigation of the instance is required to identify the cause.
AuthorPradeep Adiga Pradeep is a Subject Matter Expert (SME) for SQL Server with one of the biggest MNCs in Information Technology field, where he works with highly critical OLTP systems and over 50 TB data warehouse. Pradeep has over a decade of IT experience, performing SQL Server Database Administration, System Administration. Pradeep specializes in problem management, high availability of MS SQL Server databases and provides technical leadership for SQL Server DBAs.
|



