UDXs in table columns and views
If you include a deterministic UDX in a table column default expression or a view, the database engine stores the results of the function, not the function itself. If the function changes, the database engine does not update the table or view with the new result.