SQL

  • 10 Nov 2009 » Speed up your queries in SQL Server by being declarative

    It’s interesting how a lot of the work I’ve been doing lately has in some way involved a kind of performance tuning. Previously I’ve talked about how to increase the performance of .NET applications by using delegates instead of reflection in code that runs frequently.