SQLRecon
SQLRecon copied to clipboard
Create 'enabledata' to enable data access and 'disabledata' too
This should also be integrated as a check in the ADSI and CLR modules
EXEC sp_serveroption 'SQLSERVEr', 'DATA ACCESS', TRUE
EXEC sp_serveroption 'SQLSERVEr', 'DATA ACCESS', FALSE