Is it possible to get the mac address using a stored procedure?

前端 未结 6 779
一整个雨季
一整个雨季 2020-12-12 01:07

Was wondering if it was possible to get the mac address of the server using a stored procedure? I did some searching for a while but found nothing. This is using SQL2008.

6条回答
  •  借酒劲吻你
    2020-12-12 01:23

    Well, since in Sql Server 2008, a Stored proc can contained managed code, it should be possible, however, you'd technically be running a c#/vb app which was launched by SqlServer, rather than truly getting the info from a stored proc, although that more of a theoric rather than practical difference.

提交回复
热议问题