I need to add comments to fields in MSSQL and I know I can do it through designer. The thing is I have many tables where there are the same fields: InsertDate ModifyDate AddUserId ModifyUserId and so on.
I'd like to write a script that will find all tables and will add comments to this fields. Eventually I can pass tables names to the scripts.
Any ideas how to achive this?