Can we add comments or a README file to a SQL Server database/table? -


these days importing quite lot of databases server , working on them locally. in process, making number of changes table structure , in process using complex sql statements add table columns.

keeping track of in separate file beginning pain , wondering if there way directly in ssms can store instructions along database. there way can done or have resort writing documentation outside sql server?

of course, can create stub table called comments , put there looking way associate comments particular database or tables. suggestions appreciated.

sql-server handles commenting on database objects through extended properties:

http://msdn.microsoft.com/en-us/library/ms190243.aspx


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -