April 13, 2004 at 12:24 pm
April 13, 2004 at 10:24 pm
Declare @var varchar(2000)
exec Link_Get '100',@var out
//Call sp and get the resultant xml
Insert into LinkHistory( Details) values (@var)
How abt this?
April 14, 2004 at 9:41 am
What would the script look like if the results of the stored procedure is multiple columns, like a table?
cwiney
April 14, 2004 at 10:03 am
It's not working as the resultset is not output type parameter.
When i call, it says
Server: Msg 8144, Level 16, State 2, Procedure Link_Get, Line 0
Procedure or function Link_Get has too many arguments specified.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply