Forum Replies Created

Viewing 15 posts - 661 through 675 (of 2,640 total)

  • RE: how many memory for a production server sql 2000 ?

    I think you may have other problems. You may want to have as much memory as the size of your databases + some for tempdb - it all depends upon...

  • RE: Attach database with missing .ndf

    you can indeed do partial restores etc. It's been a while since I did this - you might want to search what paul Randal has blogged about it. When...

  • RE: SAN Performance Question - Utilizing LUNs

    I just noticed you mentioned SAS - watch out for sata drives in your SAS trays! Sata and sas drives spin slower usually 7.2k and 10k this decreases response...

  • RE: SAN Performance Question - Utilizing LUNs

    welcome to the world of vendor bull ****. Shared luns are the biggest causes of performance issues on a san for sql server. Just think about what you're...

  • RE: lightweight pooling and context switches

    it's so difficult to generalise but I believe the figure of 5,000 context switches per processor ( core ) is considered a reasonable figure.

    If you have hyperthreading then you should...

  • RE: lightweight pooling and context switches

    you can't just pick a value for context switches, it all depends upon the number of procs, workers and workload.

    On what basis do you feel you need to make this...

  • RE: View Hints (?)

    I never understand why it's assummed that a simple query from a view ( which is probably complex ) will work well. Forget your views and expand the query into...

  • RE: Server Hardware Sizing

    you do want to go 64bit, forget x32. As for the rest I agree with Steve it's just difficult to know. I will disagree about NIC's there should never...

  • RE: Windows Level Privileges for DBAs

    umm - I don't want to be picky here but I actually said the DBA needs to be sysadmin and also a member of the local administrators group - nowhere...

  • RE: Windows Level Privileges for DBAs

    this is a subject which is raised every so often - usually by auditors, suits or bean counters, none of whom understand databases, technology or our/your business.

    I have a numbe...

  • RE: Receiving a netsend msg when a row is deleted from a table

    a delete trigger linked to dbmail or smtp mail ( search the site for procs which send smtp mail ) should do the trick - or write the deleted...

  • RE: Configuration Parameters

    you need to define o/s, versions, editions, db sizes, hardware details and more before anyone could make much more than a guess.

  • RE: Database Incident Management Process

    I'd really suggest you find someone who has experience in this sort of thing. However, as with any process it is determined by your business requirement and the staff you...

  • RE: clearing tempdb from buffer cache

    unresolved as yet - I will blog about it this weekend and see if it gets a suggestion - I asked at a user group meeting but no-one had any...

  • RE: clearing tempdb from buffer cache

    if the page is there , clean or dirty, it's still in cache. I did look at the dirty pages but technically a checkpoint should have flushed them, add to...

Viewing 15 posts - 661 through 675 (of 2,640 total)