How will u find the query which is running in some other
machine
Answer Posted / baabhu
sp_who2 followed by DBCC inputbuffer(SPID) will give you
the answer.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Tell about MOM Tool(Microsoft Operator Manager)?
What are different types of statement?
How to select some specific columns from a table in a query in ms sql server?
How to change the name of a database user?
Do you know concepts and capabilities of sql server?
What is SQL Azure Data sync?
What are the acid properties?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
Can a rule be bound to any column of any data type?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
Explain the benefits of user-defined functions?
what is a traditional network library for sql servers? : Sql server database administration
Which tcl commands are available on the sql server?
Write a program using SQL queries to find a unique entry in a table.