Is it a good practice to add comments on tables and columns via sp_addextendedproperty ?
Someone told me that it will slow the database and it is not worth it.
What do you think ?
Is it a good practice to add comments on tables and columns via sp_addextendedproperty
Share
Yes, I think it is good practice
No, it doesn’t slow performance. Why would it? Does “someone” have empirical proof or an authoritative article?