Viewing 15 posts - 1,321 through 1,335 (of 3,348 total)
wish.mannat (6/11/2015)
Msg 102, Level 15, State 1, Procedure MyProc, Line 16
Incorrect syntax near 'THROW'.
Msg 2812, Level 16, State 62, Line 1
Could not...
June 11, 2015 at 12:57 pm
ArnoKwetters (6/11/2015)
I don't get the explanation.The ; after the END TRY produced the error.
There is no statement between END TRY and BEGIn CATCH !
The semicolon is a statement separator. So...
June 11, 2015 at 1:52 am
After seeing question and answers yesterday, it was obvious that the script was incomplete. There was supposed to be an ALTER INDEX ... DISABLE in there - but for which...
June 11, 2015 at 1:44 am
ArnoKwetters (6/8/2015)
I 've never used that.
Or I make and use an index,
or I do not make an index,
or I drop an index...
June 8, 2015 at 4:16 pm
Robert Eder (6/4/2015)
Sean Lange (6/4/2015)
Robert Eder (6/4/2015)
June 4, 2015 at 10:08 am
David.Poole (6/2/2015)
June 2, 2015 at 3:09 pm
g.britton (6/1/2015)
It's a little surprising to me that no one has riffed that title to write a "Cursors considered harmful" article...
June 2, 2015 at 1:12 pm
Alan.B (6/1/2015)
June 2, 2015 at 9:23 am
Atradius (6/1/2015)
I have never read the statement "do not use cursors" in any other way than interpreting it as "do not use row-by-row operations, use set operations instead".
Neither have...
June 2, 2015 at 9:17 am
I would not base any conclusion on cursors on the code in the MS databases. Some of it is really horrific. In fact, I have seen situations where the widely...
June 2, 2015 at 9:05 am
patricklambin (5/30/2015)
Hugo Kornelis (5/28/2015)
May 31, 2015 at 2:00 am
robert.diley (5/28/2015)
What I am missing is the sense (context) in which Aggregate is a physical operator as would be required for it to be a correct answer.
I'm afraid I can't...
May 28, 2015 at 11:53 am
robert.diley (5/28/2015)
I'd appreciate any more explanation of the distinction of Stream Aggregate v. Aggregate.
Aggregate is a logical operator. It describes the process of applying aggregation function to data, (optionally) based...
May 28, 2015 at 9:57 am
DataTherapist (5/28/2015)
Apparently I have NOT been around the block enough times, because this was new to me.
I would have not suspected that 1/2 is NOT .5....!
No small wonder that...
May 28, 2015 at 9:49 am
Tony++ (5/28/2015)
May 28, 2015 at 8:02 am
Viewing 15 posts - 1,321 through 1,335 (of 3,348 total)