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 will u find the query which is running in some other
machine

Answers were Sorted based on User's Feedback



How will u find the query which is running in some other machine..

Answer / baabhu

sp_who2 followed by DBCC inputbuffer(SPID) will give you
the answer.

Is This Answer Correct ?    4 Yes 0 No

How will u find the query which is running in some other machine..

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

How will u find the query which is running in some other machine..

Answer / yogesh

Start Menu\Programs\Microsoft SQL Server 2005\Performance
Tools\SQL Server Profiler\newtrace

Is This Answer Correct ?    1 Yes 0 No

How will u find the query which is running in some other machine..

Answer / udhaya

with help of profiler we can find then hostname.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Explain the concept of view and Types of views in SQL server?

0 Answers   HCL,


What are the restrictions that views have to follow?

0 Answers  


What options are there to delete rows on the publisher and not on the subscriber? : sql server replication

0 Answers  


What are the different ways of moving data/databases between servers and databases in SQL Server?

1 Answers  


Where are full-text indexes stored?

0 Answers  


How to disable triggers using "disable trigger"?

0 Answers  


How to a Query to copy data from on table to another table.

6 Answers   Cap Gemini,


What is a fill factor?

0 Answers  


What are the advantages of using a stored procedure?

0 Answers  


What are the differences between clustered and non-clustered index?

0 Answers  


In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;

5 Answers   Infosys,


Can you explain various data region available in ssrs with their use?

0 Answers  


Categories