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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql or structured query language?

1220


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1041


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

2291


What is a scheduled job or what is a scheduled task?

1033


What are the source of constraints?

1006


How to convert character strings into numeric values?

1186


What are wait types?

1239


What are the properties of the transaction?

1069


What is clustered index

1083


List the ways in which dynamic sql can be executed?

1083


What are the different SQL Server Versions you have worked on?

1077


What is a view in sql?

1035


Does view occupy space?

1005


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8225


Disadvantages of the indexes?

1218