我在项目中,使用NHibernate连接DB调用SP超时
但是,在SSMS中直接调用该SP,不超时
我试着使用ADO.NET方式连接DB调用该SP,也超时
另外,使用上述三种方法,调用其他SP都不超时
请问有遇到这个问题的么?
你好,
这里有一个相似的问题,在创建存储过程的时候尝试使用WITH RECOMPILE选项看看是否有用。
Chester Hong MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.