Viewing 15 posts - 1,561 through 1,575 (of 3,347 total)
Here's another interesting reference (this is the one that I found when researching the question):
http://sqlstudies.com/2013/08/26/the-effect-of-vlf-size-on-shrinking-the-log/%5B/url%5D
November 27, 2013 at 12:24 pm
gerry anderson (11/22/2013)
November 23, 2013 at 9:49 am
The question did provide me with an opportunity to research. I am normally quite uninterested in these options - have not used them ever, and know that they have been...
November 19, 2013 at 12:26 pm
L' Eomot Inversé (11/9/2013)
November 9, 2013 at 2:15 pm
I worked it out in my head, got it right, then ran the query on my system and got a different result: error in query. On my system NAME and...
November 9, 2013 at 4:15 am
L' Eomot Inversé (11/4/2013)
November 9, 2013 at 4:00 am
steve.jacobs (11/4/2013)
twin.devil (11/4/2013)
That produces the following plan featuring a Merge Join (my answer!) running in Union mode:
Its a boobby trap ... 🙂
twin.devil, you stated it perfectly, it is a trap...
November 9, 2013 at 3:52 am
Hi Razzgor,
Thanks for posting the plan. Like I said, I'm not a spatial expert - but I do know a fair bit about plans. So let's start with some generic...
November 3, 2013 at 12:20 pm
I am not an expert on Spatial data, but I do know a few things:
* The reply by Ville-Pekka is incorrect. I think he is confusing two features. Indexed views...
November 3, 2013 at 4:43 am
I almost got it wrong - noticed just at the last moment that the savepoint and one of the transactions have the same name. For the record - giving savepoints...
October 28, 2013 at 12:51 pm
PHYData DBA (10/22/2013)
Hugo Kornelis (10/22/2013)
Joe Kelly-376311 (10/22/2013)
What am I missing here ??Will "delete from ABC_CTE where id = 1;" not just delete the one record where id = 1 ??
JK
Yes,...
October 22, 2013 at 4:04 pm
Joe Kelly-376311 (10/22/2013)
What am I missing here ??Will "delete from ABC_CTE where id = 1;" not just delete the one record where id = 1 ??
JK
Yes, it will. You are...
October 22, 2013 at 2:57 pm
crussell-931424 (10/21/2013)
October 21, 2013 at 1:29 pm
A good question. I missed my point, because I once again made the mistake of trusting the documentation.
http://technet.microsoft.com/en-us/library/ms181647.aspx says that if sp_recompile specifies a table or view, all the stored...
October 17, 2013 at 3:02 pm
From the article:
You know that doing COUNT(*) on a table with a lot of columns and a lot of rows can take a lot of time and memory.
Actually, no. I...
October 17, 2013 at 1:23 pm
Viewing 15 posts - 1,561 through 1,575 (of 3,347 total)