Viewing 9 posts - 1 through 9 (of 9 total)
THANK YOU.
but what if I want to pass parameters to stored procedures?
here's the answer (really simple question):
INSERT INTO #INPUTBUFFER_SRC EXEC('DBCC INPUTBUFFER(' + @SPID + ')')
September 5, 2005 at 6:31 am
THANK YOU.
but what if I want to pass parameters to stored procedures?
Dear AJ Ahrens,
I didn't get what exactly u mean, can u give me more explanation please?
September 5, 2005 at 6:22 am
sounds complicated. specially if i am gonna use it in many tables..
fortunately for me, the first answer is suffecient for me now.
thank you all
August 1, 2005 at 8:52 am
sounds complicated. specially if i am gonna use it in many tables..
fortunately for me, the first answer is suffecient for me now.
thank you all
August 1, 2005 at 8:52 am
really thank you (specially jesper)
but because I am greedy, is there a way to make it more dynamic. I mean if I didn't even know the types (in this case...
August 1, 2005 at 7:23 am
no I didn't get a solution..
I had to use the trigger method.
So, We must modify the DB which what what my manager tried to avoid.
however, thank you all because you made...
June 13, 2005 at 9:28 am
thank you all
June 13, 2005 at 3:00 am
or i can explain it clearer in the following way:
I have a table without auto-generated ID nor time stamp.
I want to identify the newly inserted rows in a table.
I can't...
June 12, 2005 at 3:55 am
thank you Ian
this's exactly what I was looking for
May 16, 2005 at 5:24 am
Viewing 9 posts - 1 through 9 (of 9 total)