Re: MAC Address

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 11/04/04


Date: Wed, 3 Nov 2004 22:21:39 -0500

Not sure if you can use this in a view directly, because of the
@@SERVERNAME. Why does this have to be a view?

    SELECT DISTINCT net_address
     FROM master.dbo.sysprocesses
     WHERE hostname = @@SERVERNAME

-- 
http://www.aspfaq.com/
(Reverse address to reply.)
"Armando Méndez" <amendez@interlinea.com.mx> wrote in message
news:#zOMkbhwEHA.1976@TK2MSFTNGP09.phx.gbl...
Is there a way to retrieve the current MAC Address into a View?
T.I.A.


Relevant Pages