I’ve been asked to look at a database that records user login and logout activity – there’s a column for login time and then another column to record logout, both in OLE format. I need to pull together some information about user concurrency – i.e. how many users were logged in at the same time each day.
Do anyone know how to do this in SQL? I don’t really need to know the detail, just the count per day.
Thanks in advance.
I think this will work.