I tried following the instructions here: www.sophos.com/.../116454.aspx and used these commands and it's still not allowing me to start the service: Sophos Management Service sqlcmd -E -S .\SOPHOS -Q "IF EXISTS (SELECT * FROM sys.server_principals WHERE name = N'FP6\Sophos DB Admins') DROP LOGIN [FP6\Sophos DB Admins]" sqlcmd -E -S .\SOPHOS -Q "CREATE LOGIN [FP6\Sophos DB Admins] FROM WINDOWS" sqlcmd -E -S .\SOPHOS -d SOPHOS540 -i "C:\Program Files (x86)\Sophos\Enterprise Console\ResetUserMappings.sql" sqlcmd -E -S .\SOPHOS -d SOPHOSPATCH52 -i "C:\Program Files (x86)\Sophos\Enterprise Console\ResetUserMappings.sql"
↧