SQL Server 2005 stored procedure fast in SSMS slow from VBA

后端 未结 4 933
抹茶落季
抹茶落季 2020-12-19 14:48

I have a stored procedure which when run from SQL Server Management Studio consistently takes 5 seconds to run when called like this.

exec dbo.MyStoredProc           


        
4条回答
  •  一整个雨季
    2020-12-19 15:24

    Everything you need to know about this topic: Slow in the Application, Fast in SSMS? Understanding Performance Mysteries

提交回复
热议问题