I am working with quite a complex database processing system. Quite a few of the processes involve a number of SQL Server stored procedures. e.g. creating temp tables etc.
- How can I adjust the time out? Some of the queries run fine if I run them on the server itself, but they time out if I run them in PHPRunner. I am running PHP Runner 7.1 on XAMPP with SQL Server - how can I extend the time out?
Source: Microsoft OLE DB Provider for SQL Server
Description: Query timeout expired
- I have split some of the multiple stage processes into several manual steps in PHP Runner - can you suggest a "best practice" way to do this (the app currently uses menu items) to ensure they are all run, and in sequence?
Bob