Viewing 15 posts - 1,486 through 1,500 (of 3,348 total)
LOL!!
I simply cannot believe the amount of discussion over what can of course only be a simple mistake by the question author.
The very definition of "correlated" is that the inner...
July 28, 2014 at 7:23 am
ChrisM@Work (7/22/2014)
Hugo Kornelis (7/21/2014)Especially for tuning, tempdb is not a good place to try. Various features of the optimzed are not used in tempdb! (I know because I have been...
July 22, 2014 at 3:28 am
Creating permanent tables in tempdb this way is tricky. They will behave "sort of" like permanent tables (they will not be removed when the batch ends or when you leave...
July 21, 2014 at 10:16 am
Got it wrong.
I hate these questions where a declaration bad practice is buried under a heap of distracting code. I know that this happens in real code too, but when...
June 29, 2014 at 2:41 am
Good question!
I am very happy to see someone pointing out this in my opinion dangerous and misguided default.
I just would like to add that there is a very big performance...
June 28, 2014 at 6:08 am
Andy Warren (6/20/2014)
June 28, 2014 at 5:48 am
rja.carnegie (6/26/2014)
June 28, 2014 at 4:17 am
First, a comment about the "official" topic of the article.
I do agree, to some extent - but with a twist. I think that all indexes, both unique and nonunique, should...
June 26, 2014 at 11:57 am
Hany Helmy (6/9/2014)
{In the first release...}, so that means it has been updated in later releases of Hekaton to ALTER the database.
The exact wording in Books Online is: "In this...
June 9, 2014 at 3:43 am
RLilj33 (6/6/2014)
I have...
June 7, 2014 at 8:10 am
Uwe Ricken (5/25/2014)
curious. I've selected "no FK" as one and only option but it gave me "failed" 🙂
However - local temptable are valid in the sessein and they can...
May 25, 2014 at 6:33 am
I was surprised to see so many people claim that this is an easy question, since there is a very glaring error - there is only one error.
But after reading...
May 23, 2014 at 5:31 pm
TomThomson (5/20/2014)
Hugo1
So you finally discovered the existence of my evil twin? (Hugo2)
May 20, 2014 at 4:00 pm
I decided to run a quick experiment to see if I could find any limits. Here is the code I used to create a table with lots of foreign keys:
USE...
May 20, 2014 at 3:11 pm
Jedak (5/20/2014)
May 20, 2014 at 7:58 am
Viewing 15 posts - 1,486 through 1,500 (of 3,348 total)