EXEC sp_configure 'show advanced option', '1';
EXEC sp_configure "xmd_shell', '1';
What those two above commands do? After run these 2 commands, anything is changed on sql server? Potiental risk of sql server?
what is difference between 1 and 0?If ) for both, what is happened? Any risk?