If I have the name of an index, what query can I use to find what table the index belongs to?
SELECT OBJECT_NAME(object_id) FROM sys.indexes WHERE name = '...'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With