Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 2,640 total)

  • RE: DBReIndex & Defrag

    Use raid 5 where you only want to read data, as a recreation of an index involves reads and writes raid 5 is poor.  I see absolutely no justification or...

  • RE: SQL Diagnostic Manager

    I use it for the alerts, the worst performing, growth, statistics, viewing user processes - it's a very useful tool to have running. Never had to worry about changing the...

  • RE: Strange processor usage with SQL 2005 64-bit

    on a multi proc/core box you won't get loading across the processors unless there's enough work for the box to do, under light load most of the cores/procs will sit...

  • RE: SQL 2005 std x64 tuneing and page file... HOW TO BUILD THE BEST SQL SERVER?

    We can all spend our days posting links and showing we don't read the questions !!

    Well to be honest I get as much memory as I can - if...

  • RE: Problem accessing Analysis Services

    only a quick guess - but is surface config set correctly?

  • RE: Database Mail - Test email status = sent but email is never received

    without any real idea ( but encountered similar issues ) port blocking , windows firewall, group policy - all of these can stop this.

  • RE: Transactional Replication - Snapshot Failing

    a snapshot normally overwites the subscriber, suggest you try with a blank subscriber database. Not really enough information which is probably why no-one responded.

    So did you go through the GUI...

  • RE: DBReIndex & Defrag

    actually dbreindex and indexdefrag are not the same thing and do not produce the same end result. Please check BOL.

    An index defrag may take much longer, will generally cause far...

  • RE: Active-Active or Active-Passive Clustering

    I think a read through ms docs on clustering would be useful. In general terms clustering only protects against server hardware failure ( excluding disks ). Clusters bring their own increased...

  • RE: Can you recomend a Reporting tool for VLDB (Very Large Database)

    I've had to "cope" with Business Objects in a couple of client sites, if you want to spend lots of money on something which basically is out dated and allows...

  • RE: slow running Query

    • It's a view
    • It does an outer join
    • It scans which indicates less than useful indexes
    • it uses not equals which will likely cause scans

    You need to improve the indexes to optimse the...

  • RE: Data Contention - How do I solve it ?

    I'd advise you remove all hints and test and monitor with "out of the box" setup. Then analyse how things may be improved. The biggest issue for locking is table...

  • RE: AWE check

    As the paging is unlikely to be sql server awe may not resolve anything. The DBA always says, however, if there's memory then use it!!!  I'd certainly enable awe, but...

  • RE: Multiprocessing Issue

    actually I'm pretty daft !! 64 bit doesn't use 3gb switch as it's a flat memory model.

  • RE: Multiprocessing Issue

    depending what your server does the 3gb switch can cause some serious problems, typical situations are extensive use of the sysmaint.exe, dts, sp_preparexml ( may have the actual name wrong...

Viewing 15 posts - 1,381 through 1,395 (of 2,640 total)