Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What stored procedure can you use to display the current processes?



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

Post New Answer

More SQL Server Interview Questions

What causes index fragmentation?

1 Answers  


New concepts of sql server 2005 use in your project.

1 Answers   TCS,


What is the purpose of floor function?

1 Answers  


Why I am getting this error when dropping a database in ms sql server?

1 Answers  


if no size is defined while creating the database, what size will the database have? : Sql server administration

1 Answers  


What are the different types of stored procedures?

1 Answers  


Equi join and non equi join is possible with sql server?

0 Answers  


What is a data source or ds? : sql server analysis services, ssas

1 Answers  


what is a correlated sub-query? : Sql server database administration

1 Answers  


What do you understand by recursive stored procedures?

1 Answers  


Observed that some SP’s / Jobs are processing late, how to troubleshoot to improve performance?

1 Answers  


Explain syntax for disabling triggers?

1 Answers  


Categories