Hi,
I have a situation that is driving me crazy.
We have a zillion (it seems) logins/users in our databases, and I know that not all of them are in use. I need to find out which ones are actually in use and which ones aren't. These were created long before I came on board, and it's a mess.
I was wondering how to best set up a trace using profiler to find out which users are actually active in the database. I would like to run it for 5 days, but without creating a humongous table. So, I need the least amount of data possible, while at the same time identifying active users.
Thanks much
I have a situation that is driving me crazy.
We have a zillion (it seems) logins/users in our databases, and I know that not all of them are in use. I need to find out which ones are actually in use and which ones aren't. These were created long before I came on board, and it's a mess.
I was wondering how to best set up a trace using profiler to find out which users are actually active in the database. I would like to run it for 5 days, but without creating a humongous table. So, I need the least amount of data possible, while at the same time identifying active users.
Thanks much