Hi All,
Is there a system stored procedure for updating the description on a column? In other words, how do you update the value in sysproperties.values for a particular column. I would like to automate the creation of tables (including descriptions) just using T-SQL.
I looked at extended properties but that seems to be like creating your own description column (or some special values), but I want to use the existing "description".
Thanks!