Verify the Name of the Configuration File Currently in Use

Due to space limitations, sp_configure output truncates the name of the configuration file.

To see the full name of the configuration file, use:
select s1.value2 
from syscurconfigs s1, sysconfigures s2
where s1.config = s2.config
and s2.name = "configuration file"