Purpose

The Media Access Control (MAC) address of the network interface card of the application connecting to Microsoft SQL Server. The value of this property may be useful for database administration purposes. This value is stored in the net_address column of the:

  • sys.sysprocesses table (Microsoft SQL Server 2005 and higher)
  • master.dbo.sysprocesses table (Microsoft SQL Server 2000)

Microsoft SQL Server 7 does not store this value.

Valid Values

string

where:

string
is a maximum of 12 alphanumeric characters.

Default

000000000000

Data Type

String