September 1, 2006 at 4:28 am
Vidhya
Can you not use a stored procedure instead of a function?
John
September 1, 2006 at 5:10 am
Hi John,
My requirement is like that. I need that functionality inside Function. If possible pls tell me to proceed further.
Vidhya
September 1, 2006 at 6:40 am
You should read BOL to understand the limitations and uses of various objects in SQL Server. You might be able to do this through a dot net function although I'd advise against it.
[font="Comic Sans MS"]The GrumpyOldDBA[/font]
www.grumpyolddba.co.uk
http://sqlblogcasts.com/blogs/grumpyolddba/
September 2, 2006 at 11:53 am
You cannot do it using functions in sql server.
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply