Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 2,640 total)

  • RE: Hardware & RAID Configuration - What''''s the best

    agreed, sorry, but probably most DBA's get to maintain/support databases applications they have no control over, I mostly tune third party apps where I can't influence or change design. Getting...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Type of memory object

    why .. do you think you have a problem?

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: SQL Server Performance Dashboard on SP 2

    you install it, there's a nice document included with the download - it's all pretty self explanitory.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: performance problem - sql server 2005 x64 version - memory allocation - need more information

    with 64 bit sql you the MUST set the max memory for sql server, I'd suggest 1.5 to 2gb below the installed memory.

    ANY version on 64bit if you do not...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Hardware & RAID Configuration - What''''s the best

    a raid 5 has to do 4 io for each write :: raid 5 is rubbish for writes. I fail to understand why we constantly post about raid 5 vs...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Reducing Parallel Execution

    there can be issues with parallel plans, however, it may be the parallel plan is right, you'll really only know if you view the execution plan for the query.

    In some...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Statistics Sensitivity

    If you actually think about what you're asking and what you've posted you'll sort of realise you've both asked a silly question and answered your question < grin >

    There is...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Monitoring

    well I swear by Idera SQL Server Diagnostic Manager, it costs around £700 per server in uk - negotiable according to number - It's been my right hand for 8...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: SQL 2005 problem

    for 64 bit ent ( I assume std is the same ) you must enable lock pages in memory for the sql service account. You don't need awe enabled. You...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Memory confusion

    you must set max memory for the sql server, dunno about task manager look in sys.sysperfinfo .. that'll give the real value

    select

    *

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: 5 TB database backup

    well I have seen backups to network shares, not though the gui. It's not something I like but some sites I've worked use this on a regular basis and for...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: easiest way to get the name using OBJECT_ID?

    no BOL installed then ?

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: query has different execution plans on different servers

    there are lots of reasons - try set options and ansi nulls / quoted ident to start.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Data architecture - suggestions

    having been through a number of studies on consolidation I find that the people/teams producing the plans have no idea on how or what consolidating sql server involves. If you...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Memory confusion

    your actions for 64 bit are correct. The most important thing is to set a maximum memory setting with 64 bit sql otherwise you end up with no memory and...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 15 posts - 1,036 through 1,050 (of 2,640 total)