Sunday, February 19, 2012

How to stop mssql

Hi.
I need to stop mssql service via command row.
How can I do?
Tnk,
Luca"Luca" <NOSPAMprong2k@.hotmail.com> wrote in message
news:chpn2i$rk7$1@.atlantis.cu.mi.it...
> Hi.
> I need to stop mssql service via command row.

net stop mssqlserver

or net stop mssqlserver /y

That will also stop the SQL Server agent w/o prompting.

(net stop sqlserveragent stops the agent.)

> How can I do?
> Tnk,
> Luca

No comments:

Post a Comment