Best driver for sql server | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Best driver for sql server

Which driver is best in performance to use with sql server from java
web application (servlet , jsp)

There is nothing like Best in this case i guess.
Because the servlet container which you use itself provides a driver which is ofcourse supported and tested for performance.
Else you can use Microsoft JDBC provider.
Like in BEA it itself provides BEA driver which is good and guys uses that if that is the container.
So whatever you use in ur case would also come up with same else go for Microsoft JDBC drivers
]]>