Embedding a 'UDF' in a SP in version 7

  • 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

  • SQL 7 does not support user defined funtions. And you cannot use an SP inline with a Select statement.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply