Creating a User Defined function in Stored Procedure in SQL 2005

Posted by NLV on Stack Overflow See other posts from Stack Overflow or by NLV
Published on 2010-03-24T04:52:57Z Indexed on 2010/03/24 5:13 UTC
Read the original article Hit count: 367

Hello,

I have a stored procedure in which i want to create a user defined function - Split (splits a string separated with delimiters and returns the strings in a table), make use of the function and finally drop the function.

My question is that whether i can create a user defined function inside a stored procedure and drop it finally?

Thank you.

Regards NLV

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about stored-procedures