-
-
Save Zerg00s/71af7b6013201dbe184af2dec0b1f081 to your computer and use it in GitHub Desktop.
sql test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
last_user_update | |
FROM | |
sys.dm_db_index_usage_stats | |
WHERE | |
database_id = DB_ID('BOP') AND | |
OBJECT_ID=OBJECT_ID('TempUsers') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment