DROPDERIVEDCOLUMNS
Deletes all derived columns from a table.
For example, the following parameters remove all derived columns from the selected table:
DROPDERIVEDCOLUMNS [Demo].[CUSTOMER]
Syntax
DROPDERIVEDCOLUMNS [Table name]
Parameter
Table name
Defines the name of the table you want to remove derived columns.