Viewing 4 posts - 1 through 5 (of 5 total)
ok...thanks a lot....but i try to explain you the real issue
running this
declare @TestString varchar(250)
set @TestString = 'set statistics time on ' +
'select * from master..sysobjects '+
'set statistics time...
May 22, 2003 at 1:47 am
Sorry i'm not a great prog. 🙂
Do you say that , for example, i can assigne to a local variable the text message (not the query result) of
set statistics time...
May 21, 2003 at 3:07 pm
thanks a lot
but the problem is "automatic use" of the messages...
not using query analyzer but with a store procedure, a scheduled job, etc.etc.
The only way that i've found is to...
May 21, 2003 at 1:40 pm
Thanks to all for the replay....
yes...i've made some script to walkaround the problem..something like your answer...
but the script thqt i've post was only a dummy example....
that's the real question /problem....
i'm...
May 20, 2003 at 7:10 am
Viewing 4 posts - 1 through 5 (of 5 total)