Home All Groups Group Topic Archive Search About

finding out the last login



Author
17 Mar 2006 7:49 AM
maxzsim via SQLMonster.com
Hi ,

Is there any table in SQL that actually tracks when is the last login for a
particular user ?

appreciate ur advise

tks & rdgs


Author
17 Mar 2006 7:53 AM
Uri Dimant
Hi
I use SQL Server Profiler to track such info

"maxzsim via SQLMonster.com" <u14644@uwe> wrote in message
news:5d6117586b7ab@uwe...
Show quoteHide quote
> Hi ,
>
> Is there any table in SQL that actually tracks when is the last login for
> a
> particular user ?
>
> appreciate ur advise
>
> tks & rdgs
>
> --
> Message posted via SQLMonster.com
> http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server/200603/1
Are all your drivers up to date? click for free checkup

Author
17 Mar 2006 9:02 AM
Jens
Depending on your tracing level your could also write successfull or
failed logins to the event log, and reading from this. IMHO, Profiler
is a but heavy for a continuous tracking of logins.

HTH, Jens Suessmeyer.

---
http://www.sqlserver2005.de
---
Author
17 Mar 2006 11:54 AM
maxzsim via SQLMonster.com
tks  but i am afraid that profiler is very cpu-intensive

Jens wrote:
Show quoteHide quote
>Depending on your tracing level your could also write successfull or
>failed logins to the event log, and reading from this. IMHO, Profiler
>is a but heavy for a continuous tracking of logins.
>
>HTH, Jens Suessmeyer.
>
>---
>http://www.sqlserver2005.de
>---


Bookmark and Share