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 ?...

  • 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.

  • 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...

  • RE: Performance ?

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

  • 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...

  • 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...

  • 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...

  • 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.

  • RE: Is this a memory leak?

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

  • 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...

  • RE: SQL Script

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

  • 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...

  • 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...

  • 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...

  • 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...

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