Hello everyone Is there anyway to see the exact sql query from a repeater? I can put characters int eh query to break it but only see a few of the variables int eh event viewer.
Ideas?
Thanks
Yes, you can enable SQL Debug from the documentation. Then go to the Debug application, clear the cache and debug log and in another window open the page you are testing. Go back to the Debug application and click on SQL again. You'll see the results of the specific page that ran with all the sql queries.
Brenden Thanks! You just made my day!!
Please, sign in to be able to submit a new answer.