Hi there
I need to modify function and I need to know what the impact might be by looking other object that depending on this function such as stored procedure, function etc etc. Now, is there anyway I can find this that can go through all codes? I have a lot of stored procedure/functions on this.
There is possibility within storedproc that have a dynamic constructed query such as @SQL = 'SELECT BLA BLA'
Is there any third party tools that can be used to detect this?
Thank you