Hi there
I'm doing the migration from legacy DB to MS Sql. How to simulate the CREATE FUNCTION with the out parameter?
All suggestions on using Table-based result sets are Ok, but in that case I have to modify the underlying C# logic, cause it expects the out-parameter from the scalar function, not table.
I do not think that DB syntax modification, leading to C# code modifications, is a good thingy. It is simply not acceptable.
How to sneak in the Function + out parameter syntax for MS SQL?
Any clue?
Thanks.