All,
I keep running into an issue here and I'm not sure why.
But in a nut-shell...how do you/can you create a table-valued-function that has no input parameters?
The function I have compiles successfully but when I try to execute a select from it for instance, I get:
Parameters were not supplied for the function...
However, I know there were parameters supplied and that's because there are to be none.
Any information on this?
Please let me know and very much appreciated.
I keep running into an issue here and I'm not sure why.
But in a nut-shell...how do you/can you create a table-valued-function that has no input parameters?
The function I have compiles successfully but when I try to execute a select from it for instance, I get:
Parameters were not supplied for the function...
However, I know there were parameters supplied and that's because there are to be none.
Any information on this?
Please let me know and very much appreciated.