lazy-code/mssql/check_xp_cmdshell.sql

3 lines
119 B
MySQL
Raw Permalink Normal View History

2024-07-03 21:06:41 +02:00
SELECT CONVERT(INT, ISNULL(value, value_in_use)) AS config_value
FROM sys.configurations
WHERE name = 'xp_cmdshell' ;