No errors, just a question.
When using Toad Data Point (TDP), and, using a monitoring tool to track down what it executes in the server, one may see it executes a lot of statements like this:
SELECT TOP 40 FROM <Table_Name> ...
Where are those queries being created? Is it possible to stop TDP from executing them?