Viewing 15 posts - 1,771 through 1,785 (of 14,953 total)
We're human beings. Our tendency is to gather until we can't.
April 3, 2012 at 6:18 am
Steve Jones - SSC Editor (4/2/2012)
Pints from Red Gate is a good idea, but at the rate I drink it would take me 5000 days to achieve alcohol toxicity.
5000 days...
April 3, 2012 at 6:15 am
sqlzealot-81 (4/3/2012)
Why not satire? Points only to "Practical Joke" is not justified.Lost 7 points anyway.
Would have been even better if he didn't give any points for any answers. Then the...
April 3, 2012 at 6:10 am
Sean Lange (4/2/2012)
GSquared (4/2/2012)
Jeff Moden (4/1/2012)
SPAM reported.I must be missing something. What spam?
There was a spam message in here at one point. After he reported it they took down that...
April 3, 2012 at 6:09 am
Evil Kraig F (4/2/2012)
GSquared (4/2/2012)
GilaMonster (4/2/2012)
Evil Kraig F (3/30/2012)
GilaMonster (3/30/2012)
Initial gut feel - improper transaction management (leaves transactions open)...
April 2, 2012 at 1:46 pm
Side note, potentially even better than scope_identity() is using an Output clause in the insert. That can handle multi-row inserts, can't cross-scope, and allows for options other than just...
April 2, 2012 at 1:43 pm
GilaMonster (4/2/2012)
Evil Kraig F (3/30/2012)
GilaMonster (3/30/2012)
Initial gut feel - improper transaction management (leaves transactions open) combined with connection pooling....
April 2, 2012 at 1:39 pm
Identity columns don't guarantee sequentiality. They can skip around. If an insert fails, or gets rolled back, the identity goes up, but the row won't be in there.
April 2, 2012 at 1:18 pm
Since it happens under heavy load, is it possible the DAL (or application if you aren't using an explicit DAL) is dropping connections before allowing the transaction to commit? ...
April 2, 2012 at 12:33 pm
Jeff Moden (4/1/2012)
SPAM reported.
I must be missing something. What spam?
April 2, 2012 at 11:51 am
Revenant (4/2/2012)
GSquared (4/2/2012)
April 2, 2012 at 11:49 am
As usual, I spent the day telling people who were barefoot or in sandles, et al, that their shoes were untied. Told my dogs that too, of course.
Put white...
April 2, 2012 at 8:01 am
opc.three (3/30/2012)
April 2, 2012 at 6:53 am
I've been using Ignite for a couple of years now, and consider it a great tool.
For example, when I first started using it, we had a situation where a code...
March 30, 2012 at 11:43 am
It's all a question of Union All and columns to control order and section. You can add as many sub-totals/grand-totals/summaries as you like, interspersed with the main data, by...
March 30, 2012 at 11:20 am
Viewing 15 posts - 1,771 through 1,785 (of 14,953 total)