Archives
Archives /
2010
-
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.
-
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)
-
Calling Web Services in classic ASP
Last day my colleague asked me the provide her a solution to call the Web service from classic ASP. (Yes Classic ASP. still people are using this :D )
-
Extension Methods - add methods to class