- <p class="MsoNormal"
The code needs to be changed to support 2012 (version 11) but it should handle sql 2005 (version 9) shouldn’t it?
Nathan
This problem stems from the logic in DropDefaultValueGenerator.generateSql(…).
Right now the code assumes that any SQL server version that is not 2005 or 2008 is SQL server 2000. If you add a third conditional to your productVersion check, it should work.
Hi
I’m using SQL server 2012 and really need the code to support this new db version.