SQL Server « JDBC « JPA Q&A





1. SQL Server JDBC: unable to create new native thread    stackoverflow.com

We are using Microsoft's sqljdbc driver 1.2 in combination with Hibernate under Windows. Occasionally we are getting an OutOfMemoryError from the JDBC driver although plenty of memory is still available in ...

2. Connecting to MS SQL Server 2005 via Hibernate    stackoverflow.com

I have JRE 1.6 and am using the following hibernate.cfg.xml file. I am always getting "Cannot open connection" and "The port number 1433/DB is not valid."

<hibernate-configuration>
  <session-factory>
    ...

3. Getting Hibernate and SQL Server to play nice with VARCHAR and NVARCHAR    stackoverflow.com


I'm currently in the process of enabling UTF-8 characters in some tables of a large database. These tables are already of MS-SQL type NVARCHAR. Additionally, I have several fields using ...

4. hibernate support for sql-server 2005    java-forums.org

5. SQL Server JDBC warnings    forum.hibernate.org

When I run hibernate against SQL server I get these warnings in the log files. I realise this probably isn't a hibernate problem, I was just wondering if anyone else had seen these warnings or knew what they meant and whether I have to worry about them? Code: WARN [net.sf.hibernate.util.JDBCExceptionReporter] [Thread-0] (JDBCExceptionReporter.java:20) - SQL Warning: 0, SQLState: WARN [net.sf.hibernate.util.JDBCExceptionReporter] [Thread-0] (JDBCExceptionReporter.java:28) ...

6. SQL Server JDBC warnings    forum.hibernate.org

I'm getting the following entries in my log file on every hibernate invocation: [3/14/07 11:42:06:890 CDT] 5282d51e JDBCException W org.hibernate.util.JDBCExceptionReporter SQL Warning: 0, SQLState: [3/14/07 11:42:06:890 CDT] 5282d51e JDBCException W org.hibernate.util.JDBCExceptionReporter [Microsoft][SQLServer 2000 Driver for JDBC]Database changed to mydb [3/14/07 11:42:06:906 CDT] 5282d51e JDBCException W org.hibernate.util.JDBCExceptionReporter SQL Warning: 5701, SQLState: 01000 [3/14/07 11:42:06:906 CDT] 5282d51e JDBCException W org.hibernate.util.JDBCExceptionReporter [Microsoft][SQLServer 2000 Driver ...