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 |
what is the importence of the trigger in sqlserver2000?
How do I partition a table in sql server?
How do you know which index a table is using?
hi to all teachers,... Friends who write in the query mode Full text Search in Sql Server have experience Who make(Convert) this Stored Procedure as a normal Full text Search, which contains and .. Is used, into Advance of the tips I have thanked all friends perfection. Email : rezaafandi@yahoo.com Create PROCEDURE Sp_student @fname varchar(50), @lname varchar(50), @tel varchar(50), @code varchar(50), @adr varchar(50), @search_operation varchar(50), @totalRowCount bigint output AS begin if @search_operation = 'and' begin SELECT f3,f4,f5,f6,f7 FROM tb_student WHERE( f5 like '%' + @fname + '%' and f4 like '%' + @lname + '%' and f6 like '%' + @tel + '%' and f7 like '%' + @code + '%' and f3 like '%' + @adr +'%' ) select @totalRowCount = @@rowcount end
what is performance tunning in sql server ? explain.
what is maximum size of temp db?
What is the correct order of the logical query processing phases?
What is table level trigger?
what is database replication? : Sql server database administration
What is clustered vs nonclustered index?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
What should be the fill factor for indexes created on tables? : sql server database administration
Oracle (3259)
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)