This commit fixes the Hibernate dialect lookup for SQLServer as it was previously using a dialect that has been deprecated. In recent versions, the standard SQLServerDialect is the one we should be using. Closes gh-31896
This commit fixes the Hibernate dialect lookup for SQLServer as it was previously using a dialect that has been deprecated. In recent versions, the standard SQLServerDialect is the one we should be using. Closes gh-31896