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

﹥>﹥吖頭↗ 提交于 2019-12-11 08:17:48

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!