Link to home
Start Free TrialLog in
Avatar of onaled777
onaled777Flag for United States of America

asked on

Replacing a function call in a stored proc

Hello, I am trying to replace a function call in a stored proc since I do not have permission to run the function.

The script with the function call is in the file:

'Script with the function call to dbo.USF_GET_BOOKING_PREFERENCES'

The actual function body is the file:

'dbo.USF_GET_BOOKING_PREFERENCES'

Can you help me insert the latter into the former, so I do not make reference to the function at all.  I just want to be able to run it on the relevant database without issue.

Thanks
Script-with-the-function-call-to.SQL
USF-GET-BOOKING-PREFERENCES.SQL
SOLUTION
Avatar of David Todd
David Todd
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial