Viewing 15 posts - 1,726 through 1,740 (of 8,416 total)
praveen_vejandla (9/6/2011)
I used the option of KEEP PLAN to avoid recompilations due to temp table changes.
Just FYI: KEEP PLAN just changes the recompilation threshold for temporary tables to match the...
September 7, 2011 at 1:44 am
Roy Ernest (9/6/2011)
Yay...!!! I beat the THREAD to the landmark. I hit 3000 posts before the thread hit 3000 pages. 🙂
Congrats!
September 6, 2011 at 11:49 am
BrainDonor (9/2/2011)
Rush hour in Calgary...
That's a pretty straggly-looking deer 😛
September 2, 2011 at 3:11 am
Hi Tom,
The third question in this series will be published next week (8 September).
I promise your question will be answered then.
Paul
September 1, 2011 at 3:55 am
Nils Gustav Stråbø (9/1/2011)
September 1, 2011 at 3:38 am
I couldn't include a graphic in the answer, so here's the query and execution plan:
DECLARE @A TABLE (a INT NOT NULL UNIQUE)
DECLARE @b-2 TABLE (b INT NOT NULL)
SELECT COUNT_BIG(*)
FROM...
August 31, 2011 at 8:33 pm
Mattrick (8/31/2011)
Typically, you will never see a feature in a "lesser" version of SQL Server that is not also in a "greater" version of SQL Server.
Agreed, but I had to...
August 31, 2011 at 6:39 am
Nice easy one today. I wonder how many will get it wrong though?
Just for the record:
August 30, 2011 at 8:40 pm
Well the bug response from MSFT was unexpected:
"Since this is not a common scenario or use case i.e., doing DDL changes and DML in the same transaction we don't see...
August 30, 2011 at 8:17 pm
GilaMonster (8/26/2011)
However identities can't be updated, so if that happened, the column's not an identity in the first place.
Gah.
August 26, 2011 at 11:32 am
Ninja's_RGR'us (8/26/2011)
I'm still hoping for an explaination on that one... if there's one :-D.
I signed up as a member when the site first got going and I wanted to leave...
August 26, 2011 at 11:29 am
GilaMonster (8/26/2011)
August 26, 2011 at 11:24 am
I once worked at a place where a lack-of-WHERE-clause-highlighting issue produced the mandate that everyone should connect with IMPLICIT_TRANSACTIONS ON. It can be a bit of a PITA sometimes...
August 26, 2011 at 11:20 am
GilaMonster (8/26/2011)
Can anyone possibly see how an update WHERE <identity column> = <constant value> could possibly update the entire table?http://www.sqlservercentral.com/Forums/Topic1166215-1292-1.aspx
Without clicking the link (I should know better!) one way is...
August 26, 2011 at 11:15 am
I added a quick Connect item for this bug, to let the powers that be know. I'll happily remove it if and when Jack enters one.
August 26, 2011 at 6:52 am
Viewing 15 posts - 1,726 through 1,740 (of 8,416 total)