SQL Comments on Create Table on SQL Server 2008

后端 未结 7 1595
广开言路
广开言路 2020-11-29 07:37

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

相关标签:
7条回答
  • 2020-11-29 08:04

    You need to use the stored procedure called sp_addextendedproperty to add comments to columns/tables in Sql Server.

    0 讨论(0)
提交回复
热议问题