How will u find the query which is running in some other
machine
Answers were Sorted based on User's Feedback
Answer / baabhu
sp_who2 followed by DBCC inputbuffer(SPID) will give you
the answer.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / krishna thamisetty
Using SQL Profiler
You can find this tool
Start Menu\Programs\Microsoft SQL Server 2005\Performance
Tools\SQL Server Profiler
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / yogesh
Start Menu\Programs\Microsoft SQL Server 2005\Performance
Tools\SQL Server Profiler\newtrace
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / udhaya
with help of profiler we can find then hostname.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the concept of view and Types of views in SQL server?
What are the restrictions that views have to follow?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
What are the different ways of moving data/databases between servers and databases in SQL Server?
Where are full-text indexes stored?
How to disable triggers using "disable trigger"?
How to a Query to copy data from on table to another table.
What is a fill factor?
What are the advantages of using a stored procedure?
What are the differences between clustered and non-clustered index?
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
Can you explain various data region available in ssrs with their use?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)