Windows 2000 Win2000 Server performance problem

  • Thread starter Thread starter tlee
  • Start date Start date
T

tlee

I have a PC installed MS win2000 server(SP4) with SQL 2000 server.

Problem:
1) I find its respond (data access from client PC) becomes slow after
serveral weeks running.

2) could i need to run the defragment in win2000 server? (AD implemented)

Thanks
tlee
 
"tlee" <nil@mail.com> wrote in message
news:%23ZiTdaBwIHA.2064@TK2MSFTNGP05.phx.gbl...
>I have a PC installed MS win2000 server(SP4) with SQL 2000 server.
>
> Problem:
> 1) I find its respond (data access from client PC) becomes slow after
> serveral weeks running.
>
> 2) could i need to run the defragment in win2000 server? (AD implemented)
>
> Thanks
> tlee


Defragging the disk might help but it would not cause the gradual
deterioration. This could be caused by a memory leak. Since it
takes several weeks for the speed to drop noticeably, you might
take a pragmatic approach and reboot the server automatically
every Saturday night.
 
Thanks alot.

Could you inform me how to do the setting of auto reboot each couple days?

tlee
 
"tlee" <nil@mail.com> wrote in message
news:%23cl4cDLwIHA.5448@TK2MSFTNGP04.phx.gbl...
> Thanks alot.
>
> Could you inform me how to do the setting of auto reboot each couple days?
>
> tlee
>


Start a Command Prompt and type

shutdown

to see the syntax for this command, then use the Task Scheduler
via the Control Panel to schedule the shutdown command.
 
"tlee" <nil@mail.com> wrote in message
news:%23auoUENwIHA.6096@TK2MSFTNGP06.phx.gbl...
> Thank you very much for your help : )
>
> tlee


You're welcome.
 
In news:ebLzQxLwIHA.1236@TK2MSFTNGP02.phx.gbl,
Pegasus (MVP) <I.can@fly.com.oz> typed:

> Start a Command Prompt and type
>
> shutdown
>
> to see the syntax for this command, then use the Task Scheduler
> via the Control Panel to schedule the shutdown command.


If one is already at the prompt, why not just use the "at" command instead
of going through all the hullabaloo of starting yet another graphical
interface to the same thing?
 
"h.stroph" <me@privacy.net> wrote in message news:g1k37j$prt$1@aioe.org...
> In news:ebLzQxLwIHA.1236@TK2MSFTNGP02.phx.gbl,
> Pegasus (MVP) <I.can@fly.com.oz> typed:
>
>> Start a Command Prompt and type
>>
>> shutdown
>>
>> to see the syntax for this command, then use the Task Scheduler
>> via the Control Panel to schedule the shutdown command.

>
> If one is already at the prompt, why not just use the "at" command instead
> of going through all the hullabaloo of starting yet another graphical
> interface to the same thing?


Indeed - if you're comfortable with the command line syntax of
at.exe and are aware of some of its restrictions (which, incidentally,
are a frequent subject in these help groups). And if you're very
fond of console commands then you should have a look at the
successor of at.exe - schtasks.exe from WinXP.
 
Back
Top