I'd like to embed a kind of User Defined Function in a Select statement in SQL Server Version 7. Is there any way to kludge this together?
Kind of like this:
Select Field1, MyStoredProcedure(Field2, ProcessedField2 output) from Table
Oh for the power of VB in Stored Procedures...
Student of SQL and Golf, Master of Neither
Student of SQL and Golf, Master of Neither