SQL SERVER – Unable to ALTER Computed Column in SQL Server – How to ALTER Computed Column
A Very common question, I often receive is Q: “How to ALTER computed columns?” A: There is NO way to alter computed column. You will have to drop and recreate it. Here is a demonstration of it. If you try to alter the computed column it will throw following error.…
Read More
