Viewing 3 posts - 1 through 3 (of 3 total)
Michael:
Thanks for your explanation
I used that code to demonstrate the behavior of xp_cmdshell in SSIS, but I'm not using that particular structure in my...
July 20, 2007 at 12:17 pm
#721243
The weird thing to me is that by creating a temp table #temp in my SP and inserting the command output into it, it makes the problem go away.
INSERT
July 19, 2007 at 10:49 am
#720851
Just to follow up the above post. I reduced the SP to:
------------------------------------------------
CREATE PROCEDURE
[dbo]
July 19, 2007 at 10:17 am
#720841