标签: java sql-server spring apache-commons-dbcp jtds
我们有一个存储过程,在应用程序(Spring - DBCP - jtds)从10分钟后实际超时调用时可以运行,但在从SQL Server Managament Stuido执行时运行30秒。有人可以为这个问题提供线索吗?
答案 0 :(得分:2)
这通常表示参数嗅探问题。
有关详细信息,请参阅Slow in the Application, Fast in SSMS? Understanding Performance Mysteries。