seestop parameter parameter . .
Stops or disables a region, either on the local machine or on a specified remote machine.
Default database server on the local machine: | -usedb |
Default database server on the local machine, identical to -usedb: | -usedb:(local) |
Specific database server on the local machine: | -usedb:(local)\SQLEXPRESS |
Default database server instance on a specific machine (SC1 used in example) | -usedb:SC1 |
Specific database server instance on a specific machine (SC1, SQLEXPRESS used in example for machine name, database server name) | -usedb:SC1\SQLEXPRESS |
seestopPerform a normal shutdown of the ESDEMO region.
seestop -region:TESTDBUses Region_TESTDB.config to stop the TESTDB region.
seestop -usedb:(local)\SQLEXPRESSPerforms a normal shutdown of the ESDEMO region using the (local)\SQLEXPRESS database instance.
seestop -force -region:TESTDBPerforms a forced shutdown of the TESTDB region.
seestop -immediate -region:ESDEMOPerforms an immediate shutdown of the ESDEMO region.