Viewing 15 posts - 106 through 120 (of 137 total)
Where's the link to the next level?
I felt the same disappointment as getting to the end of an hour-long episode of a serial TV show: "Aw man, gotta wait...
August 17, 2011 at 6:21 am
Michael Valentine Jones (7/15/2011)
They called me because response time is very inconsistent, and decided it must be a SQL Server problem.
I think I'd have to congratulate whoever wrote that: ...
July 15, 2011 at 9:59 am
Not using DRI and instead relying on applications to ensure business rules feels to me like not wearing underwear: you might be able to get away with it most...
July 14, 2011 at 6:11 am
It depends on how frequently "sometimes requested" is, and how big a datatype that extra column is. Since an index is a tree structure, adding that extra column as...
July 13, 2011 at 12:56 pm
I would like to have seen more comparison of the difference between included columns and additional columns in the index key.
I appreciate the distinction that they are stored as "extra"...
July 13, 2011 at 8:21 am
In addition to the phone number and zip code decomposition I'd like to mention another is-it-atomic data: email address. You can't really do much without the whole thing in...
July 1, 2011 at 8:58 pm
1) Good job on the topic: it caught my attention. That alone is a considerable feat in a world of information overload.
2) Where's the rest of it?...
June 30, 2011 at 6:14 am
arty 15255 (2/24/2011)
I like newbies 🙂
You can always correct their sql statments 🙂
...
UPDATE tbl_kvp SET
@value = column_value+1,
column_value = @value
WHERE column_key = @key
...
(that avoids...
February 24, 2011 at 8:20 am
Hugo Kornelis (2/11/2011)
The reason the resource database was introduced was to make applying service packs easier. Instead of dropping and creating system objects in the master database, the SP executable...
February 11, 2011 at 10:10 am
Can you get the link to the forum into the daily/weekly emails?
I'd click it with some frequency but if it doesn't get any "eyes on" i won't think about it.
January 24, 2011 at 1:37 pm
kenambrose (1/22/2011)
January 22, 2011 at 9:16 am
part 2+ could discuss the ongoing success of Bob's business:
Returning customers update their address info, Alice is rightly concerned about the loss of information when Bob overwrites the old records...
January 18, 2011 at 11:12 am
I agree that processes should serve... In the case of low-skilled operators the process serves to constrain behaviors to those that are safe for system integrity. With higher-skilled operators...
January 6, 2011 at 8:23 am
Ninja's_RGR'us (12/21/2010)
So which was better performance wise? maxdop 1 or 0?Yes I know the results are wrong without the order by!
well for ad-hoc examination it was much better to...
December 22, 2010 at 4:55 pm
I don't have enough experience to comment on the techniques presented, but I wanted to congratulate you on a well-written article. Some authors expect the pictures should speak for...
December 22, 2010 at 7:55 am
Viewing 15 posts - 106 through 120 (of 137 total)