How to: Broadcast a Shutdown Message (Command Prompt)

The net send command is a Microsoft Windows command that you can use to broadcast a shutdown message. Before you stop an instance of SQL Server, you can broadcast a message to warn users of an impending shutdown. In the message, include the time the instance of SQL Server will be stopped so that users can finish their tasks.

Procedure

To broadcast a shutdown message

  1. From a command prompt, enter:

    net send /users "message"

    The /users option specifies that the message be sent to all users connected to the server

Note

The net send command requires the messenger service to be running on both the sending and the receiving computers. The messenger service is disabled by default on Windows Server 2003. For information about net send, see the Windows documentation.

On your network, it may be more appropriate to contact users by e-mail or the telephone. To determine which users are currently connected to SQL Server, use the Activity Monitor. For information on the Activity Monitor, see Activity Monitor (Process Info Page).

See Also

Concepts

Stopping Services

Help and Information

Getting SQL Server 2005 Assistance