Hi,
How to find last login date/time for user DML acitivity on databases on Instance?
Is there any way we can find our the last login date/time for databases?
Note: 1.We can find if the SQL Trace is running and store.This is not good solution
2. Audit logins off/on is also not good solution.
3.Using DMV's also not good option, if reboot sql server instance then historical values can not see.
Thanks