How can I add a computed column to a table that already exists? S.O. has Computed Column Help - TSQL but no information about adding them.
The syntax I was looking for is:
alter table TABLE_NAME add [column_name] as (**COLUMN-SQL**)