How to change a normal column to "computed" column

Viewed 10189

I have a table in MSSQL server 2008. I would like to change one of the column in that table to computed column. Could somebody tell me how do I do that ?

1 Answers
Related