Converting logical SQL to physical
I have a bunch of logical queries stored in my usage tracking table. What's the easiest way that I can convert these to physical SQL? I want to avoid re-running the reports and looking at the NQQuery.log.
Let me know if there's an easy way to run my logical sql and getting the physical query from it.