Steps to alter function used as computed column
What is the best way to change a function that is currently being referenced from a calculated column in a table? I get the following error when I try to alter it.
Msg 3729, Level 16, State 3, Procedure fn_sdtAcctJoin2, Line 232
Cannot ALTER 'dbo.fn_sdtAcctJoin2' because it is being referenced by object 'tblMembers'.

