Stored proc running 30% slower through Java versus running directly on database

后端 未结 8 1048
逝去的感伤
逝去的感伤 2021-02-08 14:10

I\'m using Java 1.6, JTDS 1.2.2 (also just tried 1.2.4 to no avail) and SQL Server 2005 to create a CallableStatement to run a stored procedure (with no parameters). I am seein

8条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-08 14:28

    Sorry, I've not found a correct answer to this, so I don't want to allocate any of these as correct, so I am going to mark this answer as correct, and wish anyone luck who comes across anything similar!

提交回复
热议问题