Viewing 4 posts - 1 through 4 (of 4 total)
Hi Phillip,
thank you for your help! I really appreciate any further information and ideas to resolve my problem. Until then, here is the source code of the replace part of...
February 6, 2009 at 3:26 am
Sergiy (12/16/2008)
PeterTL (12/16/2008)
Recursive problems require recursive actions. So...If you don't know other way it does not mean there is no other way.
Yes I guess so. You have an idea how...
December 17, 2008 at 1:11 am
Garadin (12/16/2008)
So, let me make sure I understand. You've written a recursive, cursor driven dynamic sql query... on purpose?
Recursive problems require recursive actions. So...
December 16, 2008 at 11:23 am
OK, I think I know what causes the 3 step increase. The stored procedure structure is like that:
PROCEDURE
BEGIN
...DECLARE @sql NVARCHAR
...SET @sql = [...call PROCEDURE again...]
...EXEC SP_EXECUTESQL...
December 16, 2008 at 10:23 am
Viewing 4 posts - 1 through 4 (of 4 total)