Forum Replies Created

Viewing 15 posts - 1 through 15 (of 224 total)

  • RE: Avoiding Stored Procedures

    Like everyone else, I think I'm there on the CRUD stuff. Although, with some of our apps where the business logic is inherently deeply engrained with the data, I...

  • RE: CPU Usage Reported By Profiler

    Chris Howarth-536003 (10/14/2009)


    At least you can predict the behaviour now, you're one step closer. Now to try and work out why the memory is becoming so fragmented. 🙂

    Have you managed...

  • RE: CPU Usage Reported By Profiler

    Yes, lock pages all set. If memory serves that was part of enabling AWE.

    Thanks. RH

  • RE: CPU Usage Reported By Profiler

    Well, I can at least predict the behavior now. When my largest free memory block dropped below 4mb today, my server activity went wild. I checked the SQL...

  • RE: SSRS 2008 - Can't Log In

    IIS is not installed. SSRS 2008 doesn't require it.

  • RE: CPU Usage Reported By Profiler

    Just following back up. I had let the server go for a while because service wasn't really being impacted in the environment and I was trying to get a...

  • RE: CPU Usage Reported By Profiler

    That is great info Chris, thanks. I will do that and report results back to this thread.

    Thanks. RH

  • RE: CPU Usage Reported By Profiler

    Chris Howarth-536003 (10/7/2009)


    Just to check the obvious - have you rebooted the server since removing the /3GB switch?

    Thinking back there was actually another occasion when we experienced a similar problem...

  • RE: CPU Usage Reported By Profiler

    Eoin (10/8/2009)


    Try running the following

    select name, SUM(single_pages_kb + multi_pages_kb)/1024.0 MBUsed

    from sys.dm_os_memory_clerks

    group by name

    order by 2 desc

    with particular empasis on figures for Tokenandpermuserstore, sql plans and object plans

    There were...

  • RE: CPU Usage Reported By Profiler

    You had me excited...sounded like the ticket...just couldn't remember if we officially took the /3GB dive back when we enabled PAE and AWE. So, I checked my boot.ini and...

  • RE: CPU Usage Reported By Profiler

    It's all sqlserver.exe. This is a dedicated sql box with a couple SharePoint boxes (and other IIS boxes) connecting over the network.

    Thanks. RH

  • RE: CPU Usage Reported By Profiler

    Grant, service levels are currently being adhered to...no queries are excessively blocking...or being blocked. My user environment doesn't ever notice that CPU usage goes awry. Recall that the...

  • RE: CPU Usage Reported By Profiler

    Yes, I've considered that...let me bounce this off you. This server is Win2003 R2 32 bit Enterprise with 3GB switch and AWE enabled with 10GB RAM.

    Two things I've found...

  • RE: SQL Server 2005 SP3

    Installed SP3 on a consolidated server last week. No issues.

  • RE: SP Removal

    Yeah, I think I'm going to back up the databases and pull a drive from the mirror...seems like the best approach.

    Thanks. RH

Viewing 15 posts - 1 through 15 (of 224 total)