How do I call a SQL Server User Defined function from a SQL Server Store Procedure? I have a function that returns a datetime and I want to call this in a store procedure to get the returned date time.
Yes, after JamesLean's suggestion when I tried calling function, it gave me a compilation error that "xxx function is not a recognized name", so I just tried adding
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.