Can we alter a computed column in SQL Server? The answer is- NO. A calculated column is basically a virtual column that isn’t physically stored
Tag: Computed Column in SQL Server
Database Development – All Posts
This is a list of all the articles posted on this blog about SQL Server database development.
Logical vs Physical Computed Columns
Many people have asked me about the difference between using and not using ‘PERSISTED’ in a computed column; and how do we know whether the