4 lines
138 B
SQL
4 lines
138 B
SQL
select * from sys.dm_db_index_usage_stats
|
|
where-- object_id=399340487
|
|
user_scans=0 and user_seeks=0 and user_lookups=0
|
|
and database_id=40 |