Search code examples
sql-servert-sqlcoding-styleazure-sql-database

How do you comment your db schema objects in SQL Azure database project?


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?


Solution

  • Here is an example of a database table declaration with comments:

    enter image description here