Finding all Stored procedures calling a function
- by Abhishek Jain
Hi,
How can I find out all the stored procedures that are calling a particular user defined function in SQL Server 2005.
Or how to assign a defult value to a parameter in a user defined function so that when a stored procedure calls that function and does not pass any value to that parameter function assumes the default value.
Regards,
Abhishek jain