Finding creation date of SQL Server user accounts

by Joe Hunter 5. July 2010 15:04

Use the DATABASE_PRINCIPALS view (http://msdn.microsoft.com/en-us/library/ms187328.aspx) for this:

select * from sys.database_principals

Powered by BlogEngine.NET 1.5.0.7
Theme by Mads Kristensen