Anonymous Asked in Cars &Transportation · 2 weeks ago

How can I tell which database SQL is using?

Contents
Another way to see if your database is in use is to look and see if the indexes are being used. Information on index usage is held in the sys. dm_db_index_usage_stats table since the last server reboot, and can be queried using this statement which can be tailored to select the data you need.


Related Questions

Relevance
Write us your question, the answer will be received in 24 hours