Guest User

Untitled

a guest
Apr 19th, 2011
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. resuts = Array
  2. (
  3. [0] => Array
  4. (
  5. [0] => 08001
  6. [SQLSTATE] => 08001
  7. [1] => 26
  8. [code] => 26
  9. [2] => [Microsoft][SQL Server Native Client 10.0]Client unable to es
  10. tablish connection because an error was encountered during handshakes before log
  11. in. Common causes include client attempting to connect to an unsupported version
  12. of SQL Server, server too busy to accept new connections or a resource limitati
  13. on (memory or maximum allowed connections) on the server.
  14. [message] => [Microsoft][SQL Server Native Client 10.0]Client unable
  15. to establish connection because an error was encountered during handshakes befo
  16. re login. Common causes include client attempting to connect to an unsupported v
  17. ersion of SQL Server, server too busy to accept new connections or a resource li
  18. mitation (memory or maximum allowed connections) on the server.
  19. )
  20.  
  21. [1] => Array
  22. (
  23. [0] => 08001
  24. [SQLSTATE] => 08001
  25. [1] => 64
  26. [code] => 64
  27. [2] => [Microsoft][SQL Server Native Client 10.0]TCP Provider: The s
  28. pecified network name is no longer available.
  29.  
  30. [message] => [Microsoft][SQL Server Native Client 10.0]TCP Provider:
  31. The specified network name is no longer available.
  32.  
  33. )
  34.  
  35. [2] => Array
  36. (
  37. [0] => 08001
  38. [SQLSTATE] => 08001
  39. [1] => 26
  40. [code] => 26
  41. [2] => [Microsoft][SQL Server Native Client 10.0]Client unable to es
  42. tablish connection
  43. [message] => [Microsoft][SQL Server Native Client 10.0]Client unable
  44. to establish connection
  45. )
  46.  
  47. [3] => Array
  48. (
  49. [0] => 08001
  50. [SQLSTATE] => 08001
  51. [1] => 64
  52. [code] => 64
  53. [2] => [Microsoft][SQL Server Native Client 10.0]Client unable to es
  54. tablish connection due to prelogin failure
  55. [message] => [Microsoft][SQL Server Native Client 10.0]Client unable
  56. to establish connection due to prelogin failure
  57. )
  58.  
  59. )
Advertisement
Add Comment
Please, Sign In to add comment