You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you go to function e.g. udf and look at function dependencies you see e.g. that some procedure use it.
But when you go to that procedure and you look at dependencies there are no dependency on that function.
It will be helpful, as if someone need to remove external function and replace it with built in it is much harder to do this in one pass.
E.g. in procedure there are 3 used functions. And you replace only one, as you see dependency only from function side.
The text was updated successfully, but these errors were encountered:
Hi
when you go to function e.g. udf and look at function dependencies you see e.g. that some procedure use it.
But when you go to that procedure and you look at dependencies there are no dependency on that function.
It will be helpful, as if someone need to remove external function and replace it with built in it is much harder to do this in one pass.
E.g. in procedure there are 3 used functions. And you replace only one, as you see dependency only from function side.
The text was updated successfully, but these errors were encountered: