Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How many concurrent we can have in SQL Server 2005 Express?

How many concurrent we can have in SQL Server 2005 Express?

Scheduled Pinned Locked Moved Database
databasesql-serversysadminwindows-adminhelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    divyesh1432
    wrote on last edited by
    #1

    Hi, How many concurrent we can have in SQL Server 2005 Express? Does it make difference with the operating system like windows server 2003/2008 or winxp pro? And I am getting error while connecting to the sql server 2005 express that the remote server has refused the remote connection (Error no. 26) though it was working fine before couple of days (I have enabled the remote connection via/pipeline/tcpip and also added in firewall exception port 1433. It was working fine before). After that I have just restarted my server and its works fine! What can be wrong in this? May be the number of concurrent connection has reached! Thanks, Divyesh

    M 1 Reply Last reply
    0
    • D divyesh1432

      Hi, How many concurrent we can have in SQL Server 2005 Express? Does it make difference with the operating system like windows server 2003/2008 or winxp pro? And I am getting error while connecting to the sql server 2005 express that the remote server has refused the remote connection (Error no. 26) though it was working fine before couple of days (I have enabled the remote connection via/pipeline/tcpip and also added in firewall exception port 1433. It was working fine before). After that I have just restarted my server and its works fine! What can be wrong in this? May be the number of concurrent connection has reached! Thanks, Divyesh

      M Offline
      M Offline
      Michel Godfroid
      wrote on last edited by
      #2

      I don't see a connection limitation in SQL server express, but there are indeed tcp connection limitations in windows XP. (Microsoft wants you to buy the server if you're doing server work).

      R 1 Reply Last reply
      0
      • M Michel Godfroid

        I don't see a connection limitation in SQL server express, but there are indeed tcp connection limitations in windows XP. (Microsoft wants you to buy the server if you're doing server work).

        R Offline
        R Offline
        Roger Wright
        wrote on last edited by
        #3

        This[^] fixes that little problem.

        "A Journey of a Thousand Rest Stops Begins with a Single Movement"

        M 1 Reply Last reply
        0
        • R Roger Wright

          This[^] fixes that little problem.

          "A Journey of a Thousand Rest Stops Begins with a Single Movement"

          M Offline
          M Offline
          Michel Godfroid
          wrote on last edited by
          #4

          No, not really. This was introduced to limit the number of half-open connections (typically session in the SYN_WAIT state). A number of worms were rampant at that time, and they opened oodles of connections to systems simultaneously. P2P systems typically do likewise, so this patch was developed to allow P2P to run. I doubt that this is the OP's problem. I was thinking more in the line of this[^], but MS seems to imply that they don't enforce the inbound connection limit, except for SMB operations. So if the SQL server is connecting though named pipes, yes it would be a problem, but normal TCP connections should be okay.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups