This is a question I asked on another forum which received some decent answers, but I wanted to see if anyone here has more insight.
The problem is that you have one
test this out on a staging box first, change it on a server level for sql server
declare @option int set @option = @@options | 64 exec sp_configure 'user options', @option RECONFIGURE
declare @option int
set @option = @@options | 64
exec sp_configure 'user options', @option
RECONFIGURE