One aspect of application development that is common to all applications is the constant need to improve performance and reliability. There are a number of techniques for doing this with the Microsoft SQL Server JDBC Driver.
The topics in this section describe various techniques for improving application performance and reliability when using the JDBC driver.
In This Section
Topic | Description |
---|---|
Describes the importance of closing JDBC driver objects when they are no longer needed. |
|
Describes techniques for improving transaction performance. |
|
Describes techniques for improving performance when using the Statement or ResultSet objects. |
|
Describes an adaptive buffering feature, which is designed to retrieve any kind of large-value data without the overhead of server cursors. |
|
Discusses the JDBC driver's support for SQL Server sparse columns. |