Tag: "sql security"

Determine the last change of the sa password?

Posted on Apr 4, 2008 by in SQL Server
Let us face it, when did you last change the sa password? You can check last change in SQL Server 2005, for the sa login by using LOGINPROPERTY function. Execute the following T-SQL code: more »
1 comment »