ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    SQL Server Express 2014 Extremely Slow on Network

    IT Discussion
    rdbms sql server 2014 sql server management studio kennel connection kennel connection 7 windows 10
    8
    12
    991
    Loading More Posts
    • 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.
    • scottalanmillerS
      scottalanmiller
      last edited by scottalanmiller

      Tiny network, Windows 10 on two machines. SQL Server Express 2014 on one machine. If I connect from SSMS on the "client" machine to the "server" machine, I get a connection, but opening a table is ridiculously slow. To the point that apps seem to be timing out. Not sure where to dig in, something is causing it to be dog slow. Can't be disk, RAM or CPU because it's fine locally. Something about network or authentication seems to be the culprit.

      1 pmonchoP 2 Replies Last reply Reply Quote 0
      • DashrenderD
        Dashrender
        last edited by

        Try a cross over cable to remove the switch.

        1 Reply Last reply Reply Quote 0
        • jt1001001J
          jt1001001
          last edited by

          or swap patch cables if you can.

          1 Reply Last reply Reply Quote 0
          • J
            Jimmy9008
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • J
              Jimmy9008
              last edited by

              Is the issue from one specific "client" machine, or multiple?

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • dbeatoD
                dbeato
                last edited by

                @scottalanmiller said in SQL Server Express 2014 Extremely Slow on Network:

                s 10 on two machines. SQL Server Express 2014 on one machine. If I connect from SSMS on the "client" machine to the "server" machine, I get a connection, but opening a table is ridiculously slow. To the point that apps seem to be timing out. Not sure where to dig in, something is causing it to be dog slow. Can't be disk, RAM or CPU because it's fine locally. Something about network or authentication seems to be the culprit.

                Any more details? What is the connectivity between the devices? What about Antivirus?

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @Jimmy9008
                  last edited by

                  @Jimmy9008 said in SQL Server Express 2014 Extremely Slow on Network:

                  Is the issue from one specific "client" machine, or multiple?

                  There only is a single machine, so very hard to tell.

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @dbeato
                    last edited by

                    @dbeato said in SQL Server Express 2014 Extremely Slow on Network:

                    @scottalanmiller said in SQL Server Express 2014 Extremely Slow on Network:

                    s 10 on two machines. SQL Server Express 2014 on one machine. If I connect from SSMS on the "client" machine to the "server" machine, I get a connection, but opening a table is ridiculously slow. To the point that apps seem to be timing out. Not sure where to dig in, something is causing it to be dog slow. Can't be disk, RAM or CPU because it's fine locally. Something about network or authentication seems to be the culprit.

                    Any more details? What is the connectivity between the devices? What about Antivirus?

                    Windows Defender. Just connected to the same switch, tiny environment.

                    1 Reply Last reply Reply Quote 0
                    • 1
                      1337 @scottalanmiller
                      last edited by 1337

                      @scottalanmiller said in SQL Server Express 2014 Extremely Slow on Network:

                      Tiny network, Windows 10 on two machines. SQL Server Express 2014 on one machine. If I connect from SSMS on the "client" machine to the "server" machine, I get a connection, but opening a table is ridiculously slow. To the point that apps seem to be timing out. Not sure where to dig in, something is causing it to be dog slow. Can't be disk, RAM or CPU because it's fine locally. Something about network or authentication seems to be the culprit.

                      I've run into strange problems when default gateway or network mask isn't right.
                      Or if a program is doing a hostname lookup but the DNS on the network isn't running.

                      You could probably run wireshark and find it pretty quickly.

                      I doubt that it's a "physical" problem.

                      1 Reply Last reply Reply Quote 0
                      • pmonchoP
                        pmoncho @scottalanmiller
                        last edited by

                        @scottalanmiller said in SQL Server Express 2014 Extremely Slow on Network:

                        Tiny network, Windows 10 on two machines. SQL Server Express 2014 on one machine. If I connect from SSMS on the "client" machine to the "server" machine, I get a connection, but opening a table is ridiculously slow. To the point that apps seem to be timing out. Not sure where to dig in, something is causing it to be dog slow. Can't be disk, RAM or CPU because it's fine locally. Something about network or authentication seems to be the culprit.

                        Not an answer but a vaguely described possible point in direction...

                        On ML, someone here posted (Sometime in the last year I believe) about having to allow a process through the Windows Firewall for SQL and that sped everything up. I believe it was "Transaction Coordinator" or something like that.

                        J 1 Reply Last reply Reply Quote 3
                        • J
                          JasGot @pmoncho
                          last edited by

                          @pmoncho said in SQL Server Express 2014 Extremely Slow on Network:

                          Not an answer but a vaguely described possible point in direction...
                          On ML, someone here posted (Sometime in the last year I believe) about having to allow a process through the Windows Firewall for SQL and that sped everything up. I believe it was "Transaction Coordinator" or something like that.

                          netsh advfirewall firewall set rule name="Distributed Transaction Coordinator (TCP-Out)" new enable=yes profile="domain"
                          
                          1 Reply Last reply Reply Quote 2
                          • pmonchoP
                            pmoncho
                            last edited by

                            @scottalanmiller

                            Did you ever solve this problem? Just wondering what you solution was if you did.

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post