Viewing 15 posts - 3,196 through 3,210 (of 7,484 total)
PHYData DBA (8/27/2013)
August 27, 2013 at 10:23 am
While I wouldn't go quite as far as Jason and say the question is incorrect, and I do with Hugo that the explanation is misleading and awful, but that the...
August 27, 2013 at 6:27 am
You have something close to the core of it there, because something like the subquery in the EXISTS expression is a good starting point. But it's going to print...
August 26, 2013 at 7:28 pm
Steve Jones - SSC Editor (8/26/2013)
SQLRNNR (8/26/2013)
GilaMonster (8/26/2013)
33 slides for 3 hours. Should be enough.With that many slides you could easily stretch it into an 8hr preso :hehe::w00t:
33 slides is...
August 26, 2013 at 6:35 pm
GilaMonster (8/26/2013)
No need to index small tables
No need to index tables that fit into memory
Indexes enforce physical order of data
Seeks are better than scans
Clustered index seek/scan...
August 26, 2013 at 9:31 am
Thomas Abraham (8/26/2013)
Jeff.MSSqlSage (8/26/2013)
Thomas Abraham (8/26/2013)
As for...
August 26, 2013 at 9:16 am
If the status really is just an attribute of the main item rather than a separate entity that is related to it, the restriction on the set of values is...
August 26, 2013 at 9:09 am
Hugo Kornelis (8/26/2013)
I just wasted two hours typing a long reply to your message, then forgetting to do a copy/paste before posting. I really hate this site at times...
August 26, 2013 at 8:35 am
Erland Sommarskog (8/25/2013)
The nice thing here is that the optimizer will add a startup expression, only one of the CONTAINS queries will be executed.
But is that just what currently...
August 26, 2013 at 7:26 am
Good question, and really terrific reference. That page should debunk many widely believed myths and isn't propagating any, which is quite unusual for a page that talks about the...
August 26, 2013 at 6:52 am
I imagine that calling that multi-line UDF for each update/insert operation on the table will be a pretty horrifying overhead, but it's easy enough to rewrite it as a...
August 25, 2013 at 12:39 pm
Yes, we should try to get our offices, server rooms, and so on up to a high standard of physical security.
But something far more important for us to...
August 25, 2013 at 11:45 am
Jan Arnoldus (8/24/2013)
We did this test to check the overall response time on high number of consecutively updates, which is similar to the pattern the table is used...
August 25, 2013 at 11:27 am
If you like using aggregates (all those MINs suggest that) and are not too concerned by the idea of using two queries instead of one, and that "having the most...
August 25, 2013 at 10:57 am
Presumably you are using IN rather than = because you want all the documents that satisfy the condition in the cases where there are more than one. But CASE...
August 25, 2013 at 10:09 am
Viewing 15 posts - 3,196 through 3,210 (of 7,484 total)