What stored procedure can you use to display the current processes?
Answer / Sudhanshu Shekhar
In SQL Server, you can use the sp_who2 stored procedure to view current processes. It returns information about active sessions and their related resources:
```sql
EXEC sp_who2
| Is This Answer Correct ? | 0 Yes | 0 No |
What causes index fragmentation?
New concepts of sql server 2005 use in your project.
What is the purpose of floor function?
Why I am getting this error when dropping a database in ms sql server?
if no size is defined while creating the database, what size will the database have? : Sql server administration
What are the different types of stored procedures?
Equi join and non equi join is possible with sql server?
What is a data source or ds? : sql server analysis services, ssas
what is a correlated sub-query? : Sql server database administration
What do you understand by recursive stored procedures?
Observed that some SP’s / Jobs are processing late, how to troubleshoot to improve performance?
Explain syntax for disabling triggers?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)