Forum Replies Created

Viewing 15 posts - 1,156 through 1,170 (of 2,640 total)

  • RE: Multi insatnce cluster with AWE Enabled for one but two running with 2,6GB of RAM

    sounds like you have the 3gb switch enabled in boot.ini

    I'm not sure I totally follow your setup, sorry, you have three nodes, is there one instance on each ?...

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

  • RE: Multi insatnce cluster with AWE Enabled for one but two running with 2,6GB of RAM

    the correct memory usage is reported in sysperfinfo.

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

  • RE: Is this a memory leak?

    I sometimes think we go around and around chasing our tails on some of these posts - yes sql standard can only use 2gb of ram ( 32bit sql 2000...

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

  • RE: Performance ?

    I'm with Jeff  ..views and performance = oxymoron

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

  • RE: Tuning update statement

    ok - so I can't see the data but run a plan and if the select within the IN statement is scanning the clustered index or doing a bookmark index...

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

  • RE: The Effect of NOLOCK on Performance

    Richard - sounds like you have parallelism issues, something discussed many times on this site. The most obvious answer to reporting issues is to report from a read only database...

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

  • RE: Install ideas?? HELP

    I'm pretty sure you can't do what you're asking as such - however if you create an unattended install script then it might be possible, I only ever used one...

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

  • RE: Deadlock debugging

    you also need trace flag 1206 and probably 1205 as 1204 only gives part of the story.

    I believe these two trace flags are "undocumented"  so usual rules apply.

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

  • RE: Is this a memory leak?

    cool! it's an interesting old world!! Yup I'd say 4gb would be good.

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

  • RE: Index Tuning Advice SQL 2005

    sadly there's no magic answer to this. single column indexes may help but often they are ignored. Basic index would include a primary key, a clustered index ( which may...

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

  • RE: SQL Script

    you can also create binary checksums and compare the checksums to look for differences. Check BOL.

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

  • RE: Is this a memory leak?

    sadly there are some well documented memory issues with sql server, they can be pretty obscure and if you really want to read through the kb articles that relate to...

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

  • RE: Installation standards

    The Microsoft SQL Server performance tuning technical reference  sets out the information you need, it's not an answer to every situation but it does cover the reasoning and calculations to...

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

  • RE: Filegroups

    Using filegroups is an architecture issue and depends upon your circumstances so there is no simple answer that fits all.

    Filegroups add an extra level of complexity and can cause performance...

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

  • RE: Scheduled DTS Package stopped running

    I just had one passing thought, from experience, if you've scheduled the dts to run through a job which runs the job by the guid, then a casual save of...

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

Viewing 15 posts - 1,156 through 1,170 (of 2,640 total)