Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monitor queries in an access database

Tags:

ms-access

Is there a way to monitor queries in an access database, similar to the way SQL Profiler works?

I have a very old piece of software that I do not have the source for and it has an ODBC connection to an access database on another computer. Is there a way to monitor what queries are being called?

like image 714
Eric Packwood Avatar asked Jul 08 '09 21:07

Eric Packwood


People also ask

How do you display a query in Access?

To view the SQL code for an Access query, open the query in query design view. Then click the “View” drop-down button in the “Results” button group on the “Design” tab of the “Query Tools” contextual tab in the Ribbon. From the drop-down menu of choices that appears, select the “SQL View” command.

How do I view query results in Access?

To see the query results, on the Design tab, click Run. Access displays the results of your query in Datasheet view. To make further changes to the query, click Home > View > Design View to switch back to Design view.

What is a performance analyzer in Access?

The Performance Analyzer looks at the structure of the database as well as the data, and makes recommendations to help you improve performance and prevent confusing data errors.

What is a table analyzer in Access?

The Table Analyzer Wizard can automatically analyze a nonrelational database and "normalize" it for you. Normalization is the process of taking a single-table database and breaking it into a set of smaller, related tables, with each table focused on a single topic or grouping of information.


1 Answers

Have you tried turning on the ODBC trace function? Use the ODBC Data Sources control panel applet. Switch to the 'Trace' tab and review the options available.

like image 72
TheArtTrooper Avatar answered Nov 15 '22 09:11

TheArtTrooper