Related questions
Pass table as parameter into sql server UDF
I'd like to pass a table as a parameter into a scaler UDF.
I'd also prefer to restrict the parameter to tables with only one column. (optional)
Is this possible?
EDIT
I don't want to pass a table name, I'd …
Execute Stored Procedure from a Function
I know this has been asked to death, and I know why SQL Server doesn't let you do it.
But is there any workaround for this, other than using Extended Stored Procedures?
And please don't tell me to convert my …