Viewing 15 posts - 4,156 through 4,170 (of 6,486 total)
With large updates - the "committing to disk" part of the process can actually take some time.
Also some operations like truncate happen on the disk and those data pages just...
March 14, 2008 at 7:30 am
In the failover concept, the passive failover node (meaning, a node that is used for NOTHING other than being the backup), then you don't need to license it separately. ...
March 14, 2008 at 7:22 am
SQLServerLifer (3/13/2008)
SELECT COUNT(*) AS total
,last_name
,first_name
FROM account_contact
WHERE account_id = '11997'
...
March 14, 2008 at 7:05 am
Grant Fritchey (3/14/2008)
Brandie Tarvin (3/14/2008)
Wow. I'm WAAAAAY off. just googled it. It's air conditioning fluid.I guess it beats freon. @=)
Oh, we had freon too. Did you know that...
March 14, 2008 at 6:57 am
Jeff Moden (3/13/2008)
March 13, 2008 at 10:39 pm
Nick M. (3/13/2008)
March 13, 2008 at 10:20 pm
Jeff Moden (3/13/2008)
March 13, 2008 at 10:15 pm
The indexed view might work...as long as it's not needed to be updatable (since we're now talking multi-table view and all). Especially if you manage to "precalculate" the paging...
March 13, 2008 at 10:04 pm
Yup - that's another good one. I'll have to experiment. It's not that I don't see how it could be used: it's more like I've somehow managed to...
March 13, 2008 at 8:51 pm
you'd have to set up some kind of automation wrapper around the app (or driving the app)....
March 13, 2008 at 5:40 pm
Loner (3/13/2008)
Matt,My query is not involved one table, it joins 4 or 5 tables, so how am I going to put a cluster index?
Well - it was a cute idea...
March 13, 2008 at 5:32 pm
Well - I'm pretty darn sure that we're not "messing" with the numbers, since the sub-query is doing the tallying.
Have you checked if anyone has null values (or values not...
March 13, 2008 at 2:12 pm
Grant Fritchey (3/13/2008)
I got hired once because I'd been in the Navy... that's as close as I've got to an "outside" talent getting me hired story... Jeez, that sounds pathetic.
(Since...
March 13, 2008 at 2:07 pm
Viewing 15 posts - 4,156 through 4,170 (of 6,486 total)