Viewing 3 posts - 1 through 3 (of 3 total)
@charles
Check this query out - I am sure this will be lot faster than your dynamic one AND this allows use of variables in the WHERE clause which...
March 4, 2008 at 7:01 am
#784917
@charles Eaton
Your SP is fine to use if you are using it for maintenance purposes. For transactional purposes, this is typical what you should not be doing.
March 4, 2008 at 5:07 am
#784852
I am quite surprised that someone thinks querystring based queries are faster than compiled queries.
Cliff - in your example, you will mostlikely have same performace as a compiled SP since...
March 4, 2008 at 4:45 am
#784845