Skip to content

Instantly share code, notes, and snippets.

@JohnnyNiu
Created March 2, 2017 23:21
Show Gist options
  • Save JohnnyNiu/c072bda2a4b2b04f9d4dccf84be10e11 to your computer and use it in GitHub Desktop.
Save JohnnyNiu/c072bda2a4b2b04f9d4dccf84be10e11 to your computer and use it in GitHub Desktop.
check when db accessed
SELECT TOP 5 accessdate
FROM accessLog
ORDER BY 1 DESC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment