Viewing 15 posts - 1,051 through 1,065 (of 2,640 total)
I struggle with the concept of a relational database with primary keys - an identity column does not replicate either, as such. remember a primary key does not have to...
August 1, 2007 at 2:30 am
backups can slow performance, my preferred route always for backups is thus:-
August 1, 2007 at 2:25 am
an indexed view materialises the data so doesn't save space.
The basic answer is to test and see - I generally don't have much time for views as they will often...
July 31, 2007 at 9:54 am
the trouble with update in place is that all the previous version files are left there too. works same with o/s just not a good idea - you can imagine...
July 31, 2007 at 9:51 am
network backup is your issue - backup to fast local disk ( or local san ) . more spindles and raid 10 will give performance. I can't give exacts because...
July 31, 2007 at 9:49 am
ah you should have mentioned Tivoli - a monitoring application of little value with lots of stupid alerts and counters set by ( persumably ) people who know nothing about...
July 31, 2007 at 9:45 am
I have always regarded this as the best place to start.
For sql 2005 there is no one book, not any more. The inside books are good. You really need...
July 30, 2007 at 7:08 am
If you're going to compare raid 5 and raid 10 then you must compare to the number of available disks not changing the same number of disks, so 20 disks...
July 30, 2007 at 7:01 am
the bookmark lookup still exists in sql 2005. Views are rubbish like you describe, you might want to try table valued function.
I've found that joining views or joining to views...
July 30, 2007 at 6:32 am
why don't you add some disks and split the DW database to a seperate array?
Query governor is more trouble than it's worth. Better to train your developers.
July 30, 2007 at 6:27 am
I did an upgrade in place once, never again. Use it as a way to upgrade your databases if you wish, but then get a new clean sql 2005 install...
July 30, 2007 at 6:25 am
you must fix maximum memory on 64bit sql server otherwise you will have real problems.
As Markus says you must also update stats and I'd suggest rebuild all indexes and run...
July 30, 2007 at 6:22 am
please read BOL, a good sql book or attend a training course. This is how it should be, get familiar with the basics of sql server - this post, which...
July 30, 2007 at 6:15 am
off the top of my head the difference could be due to block size of the disks. It's possible that 64bit values may be larger than 32 bit values giving...
July 25, 2007 at 8:25 am
if sql is using awe you can't use task manager to view memory usage.
I don't have a full running 64 bit to hand to check but I'm still sure that...
July 25, 2007 at 8:22 am
Viewing 15 posts - 1,051 through 1,065 (of 2,640 total)