Welcome to SqlAdvice Sign in | Join | Help

Browse by Tags

All Tags » Dynamic SQL » SQL   (RSS)
Sorry, but there are no more tags available to filter with.

Great Article on Dynamic Sql usage with Sql Server 2005

This is probably the best explanation around on the different dynamic Sql approaches and the performance and benefits of each of them. If you are using Sql Server 2005 basically you should be using sp_executesql due to how it can cache the query plan
Posted by gstark | 0 Comments
Filed under: ,