all groups > sql server programming > january 2007 >
You're in the

sql server programming

group:

Services


Re: Services AlterEgo
1/29/2007 2:44:02 PM
sql server programming:
Ana,

Use the net start and net stop commands from within Windows scheduler. But,
why do you want to cycle SQL Server?

http://msdn2.microsoft.com/en-us/library/ms187598.aspx

-- Bill


[quoted text, click to view]

Re: Services AlterEgo
1/29/2007 3:27:26 PM
Ana,

The recycle could be a workaround, but you should be working to solve the
root problem - more than likely it will get worse. When you re-cycle SQL
Server you will stop processes mid stream. What happens to those processes?
What else is going on when everything "locks up". Two things to look at:

Lock contention caused by poorly designed applications.
Lock contention caused by batch processes running in transaction (large
transactions).

Use the sp_who2 system stored procedure. to see if any blocking is going on.

-- Bill

[quoted text, click to view]

Services Ana
1/29/2007 11:23:03 PM
How to reinitializing the MSSQL services automatically say, at night?

TIA

Ana



--------------------------------------------------------------------------------

Estoy utilizando la versión gratuita de SPAMfighter para usuarios privados.
Ha eliminado 2103 correos spam hasta la fecha.
Los abonados no tienen este mensaje en sus correos.
¡Pruebe SPAMfighter gratis ya!


Re: Services Ana
1/30/2007 12:14:06 AM
Thank you Bill.
For some reason, lots of process' hang up and take up memory (over a GB) and
I noticed that by recycling the services fixes the problem.
Ana

"AlterEgo" <alterego55@dslextreme.com> escribió en el mensaje
news:%23WUzel$QHHA.3500@TK2MSFTNGP05.phx.gbl...
[quoted text, click to view]

--------------------------------------------------------------------------------
Estoy utilizando la versión gratuita de SPAMfighter para usuarios privados.
Ha eliminado 2105 correos spam hasta la fecha.
Los abonados no tienen este mensaje en sus correos.
¡Pruebe SPAMfighter gratis ya!

AddThis Social Bookmark Button