sp_sendmsg

Description

Sends a message to a User Datagram Protocol (UDP) port.

Syntax

sp_sendmsg ip_address, port_number, message

Parameters

ip_address

is the IP address of the machine where the UDP application is running.

port_number

is the port number of the UDP port.

message

is the message to send, up to 4096 characters in length.

Examples

Example 1

sp_sendmsg "120.10.20.5", 3456, "Hello World"

Usage

Permissions

Any user can execute sp_sendmsg. Permission checks do not differ based on the granular permissions settings.

Auditing

Values in event and extrainfo columns from the sysaudits table are:

Event

Audit option

Command or access audited

Information in extrainfo

38

exec_procedure

Execution of a procedure

  • Roles – Current active roles

  • Keywords or options – NULL

  • Previous value – NULL

  • Current value – NULL

  • Other information – All input parameters

  • Proxy information – Original login name, if set proxy in effect

See also

Function syb_sendmsg