From C # with EF, I call a long stored procedure using ExecuteStoreCommand
30 seconds after starting the procedure, I have a timeout exception.
How to set a timeout? On the server or on my C # client?
thanks
c # sql sql-server stored-procedures timeout
Patrice pezillier
source share