I was wondering if there is a performance gain by using either or. If there is I am thinking it is place the SQL Statement in the code rather calling the saved query.
New Resident Newb![]()
I was wondering if there is a performance gain by using either or. If there is I am thinking it is place the SQL Statement in the code rather calling the saved query.
New Resident Newb![]()
Saved queries get compiled, so they are generally more efficient.
Thanks for the info
No problem, and welcome to the site by the way.