We have two systems(CS 10) with one in Oracle(CS 10 Update 7) and one in SQL Server(CS 10 Update 14). In trying to move my LRs over to the SQL Server system, I found that values are different(besides the odd differences in Functions). For instance, in the ORACLE DAUDITNEW, for Disabling Login, it's an AUDITID = 10 and VALUE1 = " '0' ".....single quotes included. For Enabling it, it becomes " '1' ".
In the SQL Server version, NULL/Blanks.....no way to tell that it was a disabling or enabling.
I don't suppose there are mixed shops out there, but has anyone encountered this? Or did this logging get placed somewhere else?