I am in the process of migrating databases from SQL Server 2005 to SQL Server 2008.
I am currently using Hibernate 3.2 connecting to SQL Server 2005 using a JDBC 3 driver for SQL Server.
Whilst attempting to connect to SQL Server 2008 though, I get the following error:
I am unsure as to whether I have the correct version of Hibernate to connect to SQL Server 2008.
Does anyone have an idea as to which version of Hibernate is needed to connect to SQL Server 2008?