Re: User creation date

From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 05/26/04


Date: Wed, 26 May 2004 09:43:38 -0400

Thanks, makes sense now.

-- 
Andrew J. Kelly
SQL Server MVP
"Randy Dyess" <anonymous@discussions.microsoft.com> wrote in message
news:F461F71F-4366-4907-9558-E60543FE0E97@microsoft.com...
> Andrew,
>
> There is a xdate1 in SQL Server 2000 sysxlogins table. There is no xdate1
in the syslogins table. This is the table you are thinking of.
>
> BTW, there is a createdate column in the syslogins table.
>
> Randy Dyess