How do I alter an existing normal column to Persisted computed column in SQL Server 2012?
For 2008 version, I found the following link which states to Add new computed column and drop the normal column. Is there a way to do this without dropping the column?