Where are SQL Doc descriptions stored?
When modifying the description of an object, you have to click "save changes to database". Where are those descriptions stored? In the project file or actually saved to the database somewhere? If someone else where to generate the document would they see the descriptions that I entered?
Tagged:
Best Answer
-
TheMaskedData Posts: 53 Bronze 3Hey @JonathanC my understanding is that if you leave the descriptions just in SQL Doc and don't save to DB then it'll just be saved within the SQL Doc project itself. However if you hit "save to database" I believe that it will write the description to the MS_DESCRIPTION extended property for that object.
Answers