StrataFrame Forum

Computed Columns in SQL Server

http://forum.strataframe.net/Topic2854.aspx

By Flavelle Ballem - 9/16/2006

When generating stored procedures for Insert and Update, the stored procedures must ignore any computed columns. In SQL Server, columns may be computed and persisted. In the insert and update procedures, the computed columns must be ignored. I have run into errors because I use computed columns.

thanks,

Flavelle