Mar 26th, 2009 | 4 Comments

Couple of months back I just gave a small presentation on .Net framework to my colleagues. So just thought of sharing that with you all. It covers a brief overview of .Net including features of .Net Framework 3.5.

Written by Ajay Matharu

March 26th, 2009 at 11:55 pm

Mar 14th, 2009 | No Comments

Here is the SQL statement that helps you to change the SQL account password,



[cc lang="sql"]
ALTER LOGIN Account_Name WITH
PASSWORD = ‘New_Password’
OLD_PASSWORD = ‘Old_Password’;
[/cc]

Written by Ajay Matharu

March 14th, 2009 at 4:04 pm

Posted in SQL

Tagged with , , ,