How can we help you today? How can we help you today?

SQL databse : generate documentation

Hi,

I have already generated a documentation for a sql server 2005 database using sql doc. I have added description to tables(250+) and variables.

Now we have added couple of tables and variables to same database and want to generate the word documentation.

do I need to add the description for all tables once again or is there any other way to acheive this?

Thanks for your help.

K
kishore67
0

Comments

1 comment

  • James B
    The documentation you already entered should still be there. When you enter descriptions against objects using SQL Doc, the information is stored in the database as extended properties using MS_Description - so you only need to add information for the new objects.

    The only time this won't happen is if you have restored the database using a backup that was taken prior to it being documented the first time round, as this will remove everything you entered.
    James B
    0

Add comment

Please sign in to leave a comment.