sys.sp_server_info
general #stored-procedure
Description
Returns a list of attribute names and matching values for SQL Server, the database gateway, or the underlying data source. Used in ODBC only. The integer ID of the attribute. Current setting of the attribute.
Syntax
sp_server_info [ [ @attribute_id = ] attribute_id ]
[ ; ]