Viewing 4 posts - 1 through 4 (of 4 total)
Scorpion_66,
Great idea !!!
Thank you very much...
I got it I have done similar stuff before, but never thought of it in this case.
Thanks again!!!!!!
Hendrix
quote:
February 4, 2003 at 8:53 am
Is there anything like?
@Result = EXEC sp_executesql @query
FETCH @Result
what I mean by that is that it will be cool if for example the "sp_executesql" instead of returning 1 or 0...
February 4, 2003 at 7:13 am
Remember we cannot create table inside a trigger on SQL 7 🙁 I do the same thing on other scenarios.
quote:
I meant something...
February 3, 2003 at 3:30 pm
The client is using SQL 7, not support for UDF. I couldn't understand what you mean by
INSERT #temp_table ( <column list> )
sp_executesql @query
quote:
February 3, 2003 at 12:12 pm
Viewing 4 posts - 1 through 4 (of 4 total)