Viewing 6 posts - 1 through 6 (of 6 total)
Thanks a lot for all the replies.
December 15, 2008 at 12:58 am
Hi RBarryYoung,
Thanks for replying. However I am aware of this solution.
Is there any other soln without the use of temp tables?
I mean, can I use the SP and pass...
December 14, 2008 at 11:42 pm
Hello John,
Actually i was setting SET ARITHABORT ON before creating the UDF not in SP logic..
I did dat now and it is working perfectly..
Thanks a lot John.. 🙂
September 8, 2008 at 1:41 am
Hello John,
Thanks for ur suggestion.
Now i have the following UDF
CREATE FUNCTION dbo.fnIds
(
@ParmXML XML
)
RETURNS @Id table
(
TempId INT...
September 8, 2008 at 12:33 am
Hello John,
Thanks a lot for your suggestion..
I ll try using Query() method but not sure whether it will meet my requirements.
Thanks again.
Priyanka
August 28, 2008 at 11:11 pm
Hi John,
Yes the code works as a regular SP.
Seraching on the net i found out that 'sp_xml_preparedocument' is an extended Stored Proc..
So ideally I shd be able to execute...
August 28, 2008 at 5:48 am
Viewing 6 posts - 1 through 6 (of 6 total)