Viewing 15 posts - 2,731 through 2,745 (of 8,416 total)
Steve Jones - Editor (9/3/2010)
Be safe, hope no major damage.
All good here - it was centred on the other island 300km from me. Earthquake map:
http://www.geonet.org.nz/earthquake/quakes/3366146g-maps.html
September 3, 2010 at 11:16 am
7.4 magnitude quake hits New Zealand (Christchurch, Sth Island) http://on.cnn.com/d3tTtl
September 3, 2010 at 11:07 am
peter-757102 (9/3/2010)
Paul White NZ,That link you posted doesn't work anymore, but I found the article (working link below).
There are two blog entries. My link was broken due to an...
September 3, 2010 at 9:39 am
peter-757102 (9/3/2010)
I think that implementing running totals high performance style brings you to techniques that cannot just be copy/pasted by anyone.
I think that's a fair assessment. It's been stated...
September 3, 2010 at 9:27 am
SwePeso (9/3/2010)
Paul... If you change index IXC_Transaction_AccountID_Date_TransactionDetailID for DATE column to be descending, your CTE update fails.
Unless I am misunderstanding you, I think you have missed the point 😛 🙂
The...
September 3, 2010 at 9:17 am
Jeff Moden (9/3/2010)
September 3, 2010 at 8:01 am
Hugo Kornelis (9/3/2010)
...at until Microsoft gives us an optimizer hint that forces it to not only use a particular index, but to use it in this particular way.
Interestingly, there may...
September 3, 2010 at 6:34 am
Hugo,
Excellent, thank you. I do agree (as I have mentioned more than once before on this thread) that the SQLCLR or set-iteration alternatives are a better choice for production...
September 3, 2010 at 6:22 am
Gianluca,
A column named description is a great candidate for a foreign key, so long as the column is extremely poorly named 😀
Work sucks doesn't it? You won't miss it.
Paul
September 3, 2010 at 5:18 am
Hugo,
I really want to break this down to a simple point which I hope everyone can agree on:
"The single requirement for Quirky Update is that rows get updated in clustered...
September 3, 2010 at 4:50 am
Dave Ballantyne (9/3/2010)
Paul White NZ (9/3/2010)
Gianluca Sartori (9/3/2010)
Some things simply can't be done set-based in Oracle. Triggers, for instance, have to process modified rows RBAR.
Probably just as well - most...
September 3, 2010 at 3:16 am
Gianluca Sartori (9/3/2010)
Some things simply can't be done set-based in Oracle. Triggers, for instance, have to process modified rows RBAR.
Probably just as well - most people struggle to write set-based...
September 3, 2010 at 1:31 am
tonyrogerson-498793 (9/2/2010)
September 2, 2010 at 11:48 pm
Jeff Moden (9/2/2010)
September 2, 2010 at 10:59 pm
boudinov (9/2/2010)
Also, is it possible to do Quirky update over a table variable? Is the update sequence guaranteed to be in the order rows were also inserted?
You should probably never...
September 2, 2010 at 10:19 am
Viewing 15 posts - 2,731 through 2,745 (of 8,416 total)