Search code examples
javasql-serverspringapache-commons-dbcpjtds

Stored Proc slower from application than Management Studio


We have a stored proc which runs pathetically when called from application (Spring - DBCP - jtds) infact timesout after 10 minutes, but runs in 30 seconds when executed from SQL Server Managament Stuido. Can someone provide leads into this issue?


Solution

  • This normally indicates a parameter sniffing issue.

    See Slow in the Application, Fast in SSMS? Understanding Performance Mysteries for details.