Monthly Archives: September 2010

Renaming a column in Sql Server

 We often need to change the name of a column of a table to a new name. We  can do this with the help of the Exec Sp_rename command.  The Syntax of the Sp_rename is given below:-  Exec sp_rename ‘TableName.[OldColumnName]’, ‘[NewColumnName]’, … Continue reading

Posted in SQL Basic Concepts, SQL Server | Tagged , | 13 Comments

Thanks for supporting this blog and make it successful

Hi friends Thank you very much for supporting this blog. It really give me lots of encouragement to share my knowledge with my friends. Due to some other high priorities, I was not able to publish any articles on this … Continue reading

Posted in Miscellaneous | Tagged | 69 Comments