| WRITETEXT,UPDATETEXT,READTEXT
 | VARCHAR
 | 
    
      | GROUP BY ALL
 | UNIONor a derived table
 | 
    
      | FASTFIRSTROW
 | FAST n
 | 
    
      | SETUSER
 | EXECUTE AS
 | 
    
      | CREATE RULE
 | CHECKconstraints
 | 
    
      | PASSWORD,MEDIAPASSWORDinBACKUPorRESTORE
 | use access control on the directory or WITH RESTRICTED_USERforRESTORE | 
    
      | DBCC DBREINDEX
 | ALTER INDEX REBUILD
 | 
    
      | DBCC INDEXDEFRAG
 | ALTER INDEX DEFRAG
 | 
    
      | DBCC SHOWCONTIG
 | sys.dm_db_index_physical_stats
 | 
    
      | DBCC CONCURRENCYVIOLATION | no replacement | 
    
      | SET ROWCOUNT
 | TOP(n)
 | 
    
      | SET REMOTE_PROC_TRANSACTIONS
 | distributed queries that reference linked servers (sp_addlinkedserver) | 
    
      | RAISERROR @Errno @ErrMsg
 | the RAISERRORsyntax using parentheses | 
    
      | DROP INDEX with two-part name | Move table (and database) to an ONclause | 
    
      | String literals as column aliases | Remove the quotes around the alias. Use square brackets if escaping is necessary | 
    
      | Numbered procedures | Replace with un-numbered procedures | 
    
      | System stored procedure | no replacement | 
    
      | fn_virtualservernodes
 | sys.dm_os_cluster_nodes
 | 
    
      | fn_servershareddrives
 | sys.dm_io_cluster_shared_drives
 | 
    
      | GRANT / DENY / REVOKE ALL
 | List the specific permissions | 
    
      | TORN_PAGE_DETECTION
 | checksum | 
    
      | TAPE
 | DISKorURL
 | 
    
      | Table hint without WITH | WITH(hint)
 |