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 » Tips And Tricks » Theory vs Reality
Sorry, but there are no more tags available to filter with.
  • Micro Indexing

    It's almost a rule of thumb to avoid indexing strategies on tables with less than a few thousand rows. The reason, of course, is that SQL Server will frequently just ignore indexes on 'tiny' tables - preferring instead to perform table scans. However, in environments with heavy load, and with borderline memory bottlenecks (i.e. heavy memory ...
    Posted to REPEATABLE READ (Weblog) by michael.k.campbell on January 25, 2007