Sql Server 2000 Std using only 25% CPU

  • Won't help. SQL does not use one CPU per datafile or anything like that. Decisions around splitting data files should be based on IO load. Secondary log files are usually a bad idea. Also, SQL uses log files sequentially. It will not use multiple log files at once.

    May I suggest you create a new thread and explain the problems that you are having?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing post 16 (of 16 total)

You must be logged in to reply to this topic. Login to reply