Third-Party Database Known Issues
Microsoft SQL Server
Setting the SelectMethod property to “Direct” produced errors in Microsoft SQL Server 2014 JDBC Driver 1.1. Set SelectMethod to “cursor” to prevent direct query connection cloning from conflicting with the GridServer Manager’s connection pooling scheme.
The SelectMethod=cursor property is required only when using Microsoft’s Type 4 JDBC drivers. Other drivers are untested.