Script to aid in Indexing Strategy

  • Pedantically you should use LIKE '[_]WA[_]Sys[_]%' because the underscore is a match for any single character in a like clause so Like '_WA_Sys%' would also match e.g. XWAZSYsIndex though of course it is very unlikely you would have real indexes with that pattern

Viewing post 1 (of 2 total)

You must be logged in to reply to this topic. Login to reply