Hi,
Need advice to transfer my sophosDB in a central console to remote server.
Running SEC 4.7
updrage to SEC 5.1
what is the steps to do this?
Regards,
tedz
This thread was automatically locked due to age.
HI,
Edit, I just re-read your post to see the command again:
sqlcmd -E -S .\sophos -Q "EXEC sp_helplogins @LoginNamePattern ='SOPHOSSEC\Sophos DB Admins'"
Doesn't look right, what is SOPHOSEC, this should be being run on the SQLServer, so the command should be:
sqlcmd -E -S .\sophos -Q "EXEC sp_helplogins @LoginNamePattern ='SQLSERVER\Sophos DB Admins'"
As Sophos DB Admins is a local group on SQLSERVER.
I think we need to confirm the environment as this is getting confusing.
There are potentially a number of combinations regarding the account depending on the environment.
Regards,
Jak
HI,
Edit, I just re-read your post to see the command again:
sqlcmd -E -S .\sophos -Q "EXEC sp_helplogins @LoginNamePattern ='SOPHOSSEC\Sophos DB Admins'"
Doesn't look right, what is SOPHOSEC, this should be being run on the SQLServer, so the command should be:
sqlcmd -E -S .\sophos -Q "EXEC sp_helplogins @LoginNamePattern ='SQLSERVER\Sophos DB Admins'"
As Sophos DB Admins is a local group on SQLSERVER.
I think we need to confirm the environment as this is getting confusing.
There are potentially a number of combinations regarding the account depending on the environment.
Regards,
Jak