Possible to hide columns in a SQL Server Management Studio database diagram?

sql-server, ssms

Solution

Unfortunately, no.

You can show or hide whole tables only. Or resize. or reverse engineer into Visio or some such tool

Edit, Dec 2017

"Table View" in diagrams show all columns or no columns. It does not remove some columns

Yes, you can modify the view of column attributes but OP did not ask this.

Read the question please

Problem

All of my tables have certain audit columns (CreateDate,CreateBy,UpdateDate,UpdateBy) Since they just take up visual space, is it possible to somehow hide these columns so they do not show up in a database diagram in SSMS or SSMSE?

Original source