Hi All,
We have changed some base functions we use in an application and I am trying to figure out what the best way would be for me to find and replace the existing function with the new one? The input / outputs don't change, just the schema and some of the internal logic.
Is there a good approach to finding the objects (views, procedures, etc) that use a function and then replace it with a new one?
I was thinking I could use sys.syscomments to find the objects then do a replace on the text of the object?
Any suggestions would be greatly appreciated.
Thanks,
S