I need to create some pretty big tables in SQL Server 2008, while I do have SQL Server Management Studio, I would like to comment the tables and the columns when I create th
You need to use the stored procedure called sp_addextendedproperty to add comments to columns/tables in Sql Server.