azizalyunanp

Check duplicates Indexes SQL Server

Mar 11th, 2022
1,244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.07 KB | None | 0 0
  1. select object_name(object_id) from sys.indexes WHERE name = '_recIndex'
  2.  
  3.  
Advertisement
Add Comment
Please, Sign In to add comment