Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server Query Logging

Status
Not open for further replies.

evgeniosc

IS-IT--Management
Oct 5, 2002
75
CY
I am using MS Access as a front-end to a SQL Server Database.

I execute various queries based on criteria on access forms.

What I would like, is to find a way in sql server to see the actual query sent to the server through a log or something.

PS: I used the showplan option in Jet Database that shows the query execution plan. The problem was that for server queries the only thing shown is "Remote SQL"
 
You could try looking at the profiler - there is all sorts of information that you can get of of that
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top