Re: MS SQL Server 2005 JDBC Driver Performance Issue

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



fundba wrote:
Starting with the disclaimer that I'm a DBA looking for answers and not a coder with a solution, I'll mention what sent me here and see if it meshes with this issue...

We are also running the SQL 2005 driver against SQL 2000 (build 2187) and we have found that no matter WHAT you do (based on available info), straight stored procedure calls are still packaged and delivered as prepared statements so we 'lose' all of the benefits of RPC. I suspect we are losing 15-30% in dearly needed throughput because of this.

look for paramter "prepareSQL"
http://jtds.sourceforge.net/faq.html#urlFormat

Maybe that can be used for tweaking.

robert
.



Relevant Pages