Got more questions? Find advice on: ASP | XML | Regular Expressions | Windows
in Search
Welcome to SqlAdvice Sign in | Join | Help

Browse by Tags

All Tags » SQL » Dynamic SQL
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 even with different parameters and it makes your dynamic Sql much cleaner.  ...
    Posted to Gregg Stark on SQL Server (Weblog) by gstark on June 21, 2007