View the list of database server property values that can be tracked.
Only database server properties with numeric values can be tracked.
You can find the PropNum of the database server property by running the sa_eng_properties system procedure or by calling the PROPERTY_NUMBER function.
SELECT * FROM sa_eng_properties() WHERE PROPERTY_IS_TRACKABLE( PropNum ) = 1;
The list of database server properties that can be tracked is returned.