Abhi's den...

The piece of code which nobody cracked...

Browse by Tags

All Tags » SQL server (RSS)
Creating a secure SQL server login - CHECK_EXPIRATION & CHECK_POLICY
In SQL Server you can create users using T-SQL or using the options provided by SQL Server Management Studio. CREATE LOGIN sql_user WITH PASSWORD = 'sql_user_password' MUST_CHANGE , DEFAULT_DATABASE = defDB , CHECK_EXPIRATION = ON , CHECK_POLICY = ON...
Posted: Apr 07 2010, 03:58 PM by cabhilash | with 2 comment(s)
Filed under:
Login failed for user 'sa' because the account is currently locked out. The system administrator can unlock it.
Login failed for user 'sa' because the account is currently locked out. The system administrator can unlock it. (Microsoft SQL Server, Error: 18486) SQL server has local password policies. If policy is enabled which locks down the account after X number...
SQL Server Management Studio query template
Last day I was working on SQL server and I got this strange error --------------------------- Microsoft SQL Server Management Studio --------------------------- Cannot find template file for the new query ('C:\Program Files\Microsoft SQL Server\90\Tools...
Posted: Nov 23 2008, 09:36 PM by cabhilash | with 4 comment(s)
Filed under:
More Posts