Viewing 12 posts - 1 through 12 (of 12 total)
Yes,I need all the columns to be Inserted into another Table Actually as a refresh.
The clusteredIndex column is EngineResponseResultID
There is an Non clustered Index on Respondeddatetime and another non clusteredIndex...
November 11, 2013 at 3:20 pm
I actually Used all the columns names in the SELECT and also there is only Clustered Index on the table and I treied removing NOLOCK.I Checked the Execution Plan...
November 11, 2013 at 2:13 pm
There is still space in tempdb drive.
Out of 209Gb , 130Gb is still available.
But still we are getting below message.
Msg 1105, Level 17, State 2, Line 200
Could not allocate...
August 17, 2013 at 11:02 am
Your code was close to what I needed except for the eventstartdate need to be in date format(Not just year or month or quarter number)
BEGIN
...
June 20, 2013 at 4:06 pm
This Looks very good.I did not use case statements.So,this is much simpler.Im going to try this one.Thankyou:)
June 20, 2013 at 3:18 pm
I Understand.Anyway I could solve it. Thanks
June 20, 2013 at 3:01 pm
Thankyou Both for replies but I think i Where 1= 0 is what I was looking for.
Thanks&Regards
Dennis
March 8, 2013 at 8:35 am
Okie ,Got it.
Now I have better understanding of @@spid and Context_Info better than before
Thank you once again Lowell 🙂
February 19, 2013 at 3:03 pm
Thank you so much
But I have a question(It might be dumb,I'm not sure. I'm a beginner)
but the @@spid here returns the sessionid of the storeprocedure???(I was thinking since the current...
February 19, 2013 at 2:38 pm
Viewing 12 posts - 1 through 12 (of 12 total)