Query very slow with large tables MSSQL
Hi!
QueryBuilder.SyncSQL := receives my SQL (with top 0).
Select TOP 0
Even using top 0, the Query Builder takes long time to show up.
Hi!
QueryBuilder.SyncSQL := receives my SQL (with top 0).
Select TOP 0
Even using top 0, the Query Builder takes long time to show up.
Hi,
We tried with new version of QueryBuilder and We got the same problem.
When I'm debugging and freezes at this point SelectStatement := TacQueryBuilderAccess(QueryBuilder).ParseSQL(SQL, false, false));
Hi Ronélio,
the version you using is 2 years old, in these 2 years we implemented many improvements in the MS SQL parser.
I tried your query on the latest version - and QueryBuilder loads this query almost instantly. Could you please test the latest version?
According to "acQueryBuilder.ver" file, my version is 1.23.9.0 Standard Edition.
Syntax provider is acMSSQLSynProvider
Please indicate your Active Query Builder version and edition, syntax provider being used.
Hello Ronélio,
unfortunately, I still cannot reproduce this issue using the latest version, seems the
latest version works fine.
Could you please test your query using our precompiled demo application from
http://activequerybuilder.com/files/aqb_demo.zip ?