<div dir="ltr"><div>Hi,</div><div><br></div><div>The change that is documented in the mssql.sql script</div><div><a href="https://github.com/qos-ch/logback/blob/edc0fe2340782a592f9fd8329287d8ea5557b09c/logback-classic/src/main/resources/ch/qos/logback/classic/db/script/mssql.sql" target="_blank">https://github.com/qos-ch/logback/blob/edc0fe2340782a592f9fd8329287d8ea5557b09c/logback-classic/src/main/resources/ch/qos/logback/classic/db/script/mssql.sql</a><br></div><div><br></div><div>as "The event_id column type was recently changed from INT to DECIMAL(40) without testing."</div><div>does not work in MS SQL Server 2008 R2.<br></div><div><br></div><div>It issues the following error:</div><div><br></div><div>Column or parameter #15: Specified column precision 40 is greater than the maximum precision of 38.<br></div><div><br></div><div>Changing the mentioned fields to DECIMAL(38) fixes the problem but perhaps it is better to revert back to INT?</div><div><br></div><div>Thanks,</div><div>Dário</div><div><br></div><br></div>