用SQL:
ALTER TABLE table ADD column AS datediff(d,CreatedDate,getdate())
通过ssms
列属性-> 表设计器 -> 计算所得的列规范 -> 公式