问题
As far as I understand sp_addextendedproperty
is not available in SQL Azure databases as of now. So.. How do you comment your tables, columns, sprocs and other objects in your database project?
回答1:
Here is an example of a database table declaration with comments:

回答2:
For anyone encountering this now, as at April 2018, sp_addextendedproperty
is (now) available and works (at least for attaching descriptions to columns!)
来源:https://stackoverflow.com/questions/12458292/how-do-you-comment-your-db-schema-objects-in-sql-azure-database-project