Hi,
The change that is documented in the mssql.sql script
as "The event_id column type was recently changed from INT to DECIMAL(40) without testing."
does not work in MS SQL Server 2008 R2.
It issues the following error:
Column or parameter #15: Specified column precision 40 is greater than the maximum precision of 38.
Changing the mentioned fields to DECIMAL(38) fixes the problem but perhaps it is better to revert back to INT?
Thanks,
Dário