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
How to create indexed view?
Which is faster statement or preparedstatement?
What is filter index?
What is the difference between a function and a trigger?
What command must you use to include the not null constraint after a table has already been created?
Explain what is lock escalation and what is its purpose?
What are the authentication modes in sql server? How can it be changed?
Is truncate autocommit?
Can we call future method from trigger?
What is side by side migration in sql server?
What is tcl in sql server?
How to create user defined functions with parameters?
Why we need to use secondry database file? though, we can do same work using primary database file also.
explain different types of constraints? : Sql server database administration
How does recursive cte works in sql server?