Enabling and Disabling External Security Services

Reset the LAN Manager security service using sp_configureuse security services.

The syntax is:
sp_configure "use security services", [0|1]
For example, to enable services with LAN Manager, execute:
sp_configure "use security services", 1