July 15, 2013 at 11:06 am
Hello SQL Experts,
I have a SQL Server 2008 Standared Edison server and I have 3 database with both SQL Logins and windows logins.
Is there any way to find out, how frequently a login (could be windows or SQL logins) is accessing the database per week.
(For ex: lets say there is a database name "sql2k8" and there is a sql login "login_sql" and a windows login "login_windows" that are part of that DB (sql2k8). I would like to find out how many times the logins "login_sql" and "login_windows" are accessing the database per week
Hope I'm clear in explining.
Thanks for all your help
Regards
July 15, 2013 at 11:35 am
There is a method. Read this to learn how to use.
http://msdn.microsoft.com/en-us/library/ms175850(v=sql.100).aspx
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply