Shutdown MSSQL server from perl script DBI

后端 未结 1 1042
天命终不由人
天命终不由人 2021-01-27 16:24

I\'m writing a perl script in which I\'ve to shutdown my mssql server ,do some operation and then I\'ve to restart it.I know 1 way is to use netstat to stopt th

相关标签:
1条回答
  • 2021-01-27 17:01

    There's a SQL command called SHUTDOWN - more info here

    0 讨论(0)
提交回复
热议问题