Home Page › Forums › BizTalk 2004 – BizTalk 2010 › SQL Adaptor question › SQL Adaptor question
November 28, 2005 at 3:34 PM
#12417
Thanks for replying, Steve. The stored proc is ok, I have checked that. If I remove @table variable or #temp_table and replace it with an actual work table, it works fine and I don’t receive the previous error. It makes me think that we can’t use @table variable or #temp_table in stored procs when using SQL Adaptor… is that so?