Forum Replies Created

Viewing 15 posts - 1,891 through 1,905 (of 2,640 total)

  • RE: SQL Mail in SQL 2005

    to use mapi you must install a mapi client for the account under which sql server/agent runs.

  • RE: Which is the table beeing split?

    drat - fire alarm timed out my reply!!!  As far as I know the page splits counter is server wide so you can't even pin it to a database -...

  • RE: CXPACKET vs Max_DOP

    Oh yes I was going to add, as you've discovered, altering the server setting doesn't make it go away ( unless you set it to 1 ) which shows it...

  • RE: CXPACKET vs Max_DOP

    I expect you'll get shed loads of posts about applying maxdop on the server setup. I'd suggest you let your server use all procs - by setting the processor mask...

  • RE: When to divide the table?

    This is a "it depends" answer. You're not splitting the table to normalise so all you're really doing is to add an extra join into what other joins you might...

  • RE: AWE/3GB on 8GB cluster with two SQL instances

    Hmm .. I sometimes wonder at the messages coming out from microsoft. Again what would you be releasing memory for? SQL will only take the 2gb from below the 4Gb...

  • RE: How to limit a single process to use only a certain amount of CPU or Disk IO?

    fine if that's the case then you have a perfect process! My experience tells me this isn't the case and you can modify it to work otherwise. Obviously upgrading to...

  • RE: Optimization job woes

    you should be aware that a re-index may be very intensive - especially on a slow disk subsystem and/or with std edition. To be honest 80Gb is pretty small for...

  • RE: Which is the table beeing split?

    tricky!!  I've usually taken a backup to another server to run diagnostics in these types of events. You can do a dbcc showcontig on a table basis - one way...

  • RE: How to limit a single process to use only a certain amount of CPU or Disk IO?

    you need to establish the root cause of the slow performance and resolve that. I suspect you're probably i/o bound. I suggest you analyse the query plan for your reconcilliation...

  • RE: SP recompilation

    could be lots of reasons - you really need to try to examine the plan to see what happened. The stock answer is that the underlying data changed sufficiently to...

  • RE: AWE/3GB on 8GB cluster with two SQL instances

    I've always set min and max memory to be the same with awe and also checked the reserve physical memory.

    I've never found awe using more memory than allocated, I can...

  • RE: Downlevel Support

    tricky isn't it? But do we assume everyone will upgrade to vista anyway? I'm just finishing migrating sql7 on NT out to sql2k and w2k3 ( it was nearly w2k...

  • RE: Registry Where is CD_Key?

    Yeah it's tricky isn't it?  We have mostly Select cd/s which contain / don't require the entry of a key. Most of my technet media require keys which is fine...

  • RE: Log Shipping vs. Replication

    As someone else noted the article was a bit old!! Replication is always difficult for GUI users but if you script then making changes to objects is a doddle. I'm...

Viewing 15 posts - 1,891 through 1,905 (of 2,640 total)