What's the best way to remove Sophos from running stuff on my SQL Server without removing the whole thing? I have no clue why people want it running on SQL server anyway and it's causing SQL Server to give me out of memory errors.
Here's a microsoft article describing the error or why I'm getting SQL server crashes.
http://support.microsoft.com/kb/2033238
I've also seen a few other articles about Sophos causing problems in SQL Server that are very hard to reproduce.
I want Sophos out of my database, I've been dealing with crashes for over a year now. After rebuilding servers from scratch and testing everything, I'm pretty sure Sophos is to blame. I'm not a sys admin, so I don't care for any explaintions, I just don't want it on there period. I was shocked to find that SQL server have anti-virus stuff even running on it.
We are talking with Microsoft top level support now, and they are asking us to completly remove Sophos, but the system admin at our client site probably won't allow this. So I think removing it from SQL server would probably do the trick.
I've unchecked the buffer overflow, which I thought might do it, but it's still sofos stuff running when I query:
select file_version,product_version,company,[description] from sys.dm_os_loaded_modules
where company not like 'Microsoft%'
This thread was automatically locked due to age.