Repeater sql query debugging

paul krysiak asked on August 29, 2017 18:22

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

Correct Answer

Brenden Kehren answered on August 29, 2017 18:40

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.

0 votesVote for this answer Unmark Correct answer

Recent Answers


paul krysiak answered on August 29, 2017 18:47

Brenden
Thanks!
You just made my day!!

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.