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
use this sql command
Create table TABLE NAME (ATTRIBUTE NAME (ATTRIBUTE SIZE)) // both create and table are Keywords
Create table TABLE NAME (ATTRIBUTE NAME (ATTRIBUTE SIZE))
create
table