Viewing 15 posts - 151 through 165 (of 203 total)
ravindraee24 (3/10/2010)
why SELECT COUNT_BIG(*) not return same result????????????i hope:cool: 1,2,and 3 are correct
There is an explanation by sknox on page 2 of this discussion, which clearly explains why 2 and...
March 11, 2010 at 8:49 am
Lynn Pettis (3/10/2010)
March 10, 2010 at 9:21 am
sistemas 95572 (3/9/2010)
I mean, as I understand from your explanation there is...
March 9, 2010 at 1:32 pm
sistemas 95572 (3/9/2010)
what do you mean by volatile rowid from the heap?
Check a couple of posts upstairs, i pointed out the case of a full nulled row, but wasn't...
March 9, 2010 at 12:53 pm
sjimmo (3/9/2010)
Oleg,Thanks for the explanatin. You're right - I did not have any nulls.
Looks like I am getting the credit I don't deserve :w00t:. The original explanation was posted by...
March 9, 2010 at 10:49 am
CirquedeSQLeil (3/9/2010)
Nice explanation and test setup Oleg.
Thank you Jason.
I wish the day will come when somebody will explain to me how to properly format the results output when including...
March 9, 2010 at 10:45 am
sknox (3/9/2010)
sjimmo (3/9/2010)
March 9, 2010 at 10:21 am
ziangij (3/5/2010)
sorry for sounding stupid, but has anybody implemented sparse in his/her code ?what was the reasoning behind.. is it really worth ?
Implementation of the sparse column makes sense only...
March 5, 2010 at 7:04 pm
Fal (3/3/2010)
benkoskysa (3/3/2010)
... I used a database where the sys.master_files table was empty...
Well, it can't be empty. At the very least you can expect 8 rows from a brand-spankin'...
March 4, 2010 at 10:27 am
I think that this was an OK QoD, maybe a bit too easy to deduce the correct answer, but not every question of the day has to be complex. On...
March 3, 2010 at 9:14 am
vk-kirov (3/1/2010)
Oleg Netchaev (3/1/2010)
March 1, 2010 at 2:24 pm
vk-kirov (3/1/2010)
skjoldtc (3/1/2010)
If stored procedures are never saved to disk
The explanation says that stored procedure plans are never saved to disk. Of course, stored procedures themselves are saved to disk,...
March 1, 2010 at 9:39 am
skjoldtc (3/1/2010)
March 1, 2010 at 9:07 am
Tao Klerks (2/26/2010)
February 26, 2010 at 8:57 am
As far as the SqlCommand is concerned, there is only one way to set the timeout such that report does not time out - set it to zero. In other...
February 15, 2010 at 9:00 am
Viewing 15 posts - 151 through 165 (of 203 total)