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...

How can I know what query is executing by by a particural
user? (using sp id or any othe way.)

Answer Posted / suvendu

SELECT *
FROM Master.dbo.sysprocesses
WHERE DBID NOT IN (1,2,3,4) -- Master, Tempdb, Model, MSDB
AND spid > 50
ORDER BY spid DESC

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages to use stored procedures?

1177


How to maintain a fill factor in existing indexes?

1049


What are basics of policy management?

1150


How can we use ConnectorJ JDBC Driver with MS SQL?

1050


How to create a login account in ms sql server to access the database engine using "create login" statements?

1194


How to choose all records from the table?

1102


Can you create a logon trigger in sql server 2005 express edition?

1119


Explain indexed views and partitioned view with their syntax.

1190


What is Federation Root Database?

104


You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?

1047


Can you name a few encryption mechanisms in sql server?

991


How to create a large table with random data for index testing in ms sql server?

1067


Can we perform backup restore operation on tempdb?

1071


Mention the 3 ways to get a count of the number of records in a table.

1025


Are all views updatable ?

1199