26 June 2012

To delete the column in sql server


To delete the column in sql server

ALTER TABLE TableName
DROP COLUMN ColumnName



No comments:

Post a Comment

Comments Welcome

Consistency level in Azure cosmos db

 Consistency level in Azure cosmos db Azure Cosmos DB offers five well-defined consistency levels to provide developers with the flexibility...