belick Posted August 14, 2006 Share Posted August 14, 2006 I am using mssql_query() and its very slow. I tested the connection with a remote software and I was able to get and update the information very fast, but when I use the PHP mssql_query function its very slow... any help to find the problem will be very helpful.Thanks Quote Link to comment https://forums.phpfreaks.com/topic/17557-mssql_query-is-very-slow/ Share on other sites More sharing options...
Barand Posted August 19, 2006 Share Posted August 19, 2006 Does your php code go something like this?[code]connectquerydisconnectconnectquerydisconnect[/code] Quote Link to comment https://forums.phpfreaks.com/topic/17557-mssql_query-is-very-slow/#findComment-77230 Share on other sites More sharing options...
wint.thaw Posted June 5, 2007 Share Posted June 5, 2007 I am also the same problem happen. I called using store procedure in my PHP but most of the time, timeout. I called the same storeprocedure in my SQL Query Analyser. Response time is less than 1s.Is there any problem with my webserver or my SQL 2000 server or my Network?Did you solve your problem, belick? Can share with me? Quote Link to comment https://forums.phpfreaks.com/topic/17557-mssql_query-is-very-slow/#findComment-268225 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.