最近mssql服务老是开机启动不了,干脆也就不让他启动了,开完机了手动启动吧,由于每次都要用管理工具启动太麻烦,所以还是命令行方便些。

记录如下:

使用“SQLServer命令行”的方式来启动和关闭IIS、SQLServer。

一个批处理文件start.bat,是启动:

net start mssqlserver

net start w3svc

一个是停止stop.bat:

net stop mssqlserver

net stop iisadmin /y

来自:http://database.51cto.com/art/201010/230397.htm

相关文章:

  • 2021-12-03
  • 2021-11-17
  • 2021-09-01
  • 2021-11-27
  • 2022-01-02
  • 2021-11-27
  • 2021-09-25
  • 2021-12-13
猜你喜欢
  • 2021-11-17
  • 2021-12-28
  • 2022-12-23
  • 2021-09-14
  • 2021-11-18
  • 2021-11-17
相关资源
相似解决方案