Hi. Is there recommendation on what order the services be stopped?
Suppose I am using Online Viewer with MSSQL 2000 as the backend.
I think this would be natural:
net stop IISadmin /y
net stop adisconwinsyslog
net stop MSSQLServer /y
I am thinking about cases I have to reboot the machine after automatic updates for the OS (Windows 2000Server) or periodical maintenance.
Environments:
Memory:128MB
CPU: Celeron 533Mhz
HDD:8GB (one partition)
Software environments:
IIS 5.0
WinSyslog 4.2
MSSQL 2000
ntsyslog 1.13


