Skip to content Skip to sidebar Skip to footer

Shutdown Mssql Server From Perl Script Dbi

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 the service but I cann't

Solution 1:

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


Post a Comment for "Shutdown Mssql Server From Perl Script Dbi"