Monday, February 27, 2023

Get all disabled in from SQL Database

 Get all disabled in from SQL


select database and execute below command

select count(1) from sys.indexes where is_disabled = 1

No comments: