SQL Server Error: 4014

Source: Internet
Author: User

SQL Server Error: 4014

The test machine under the line always error, from errorlog to see a large number of 4014 errors

 while 0 0  4014.

So Google a bit, found an article: https://www.mssqltips.com/sqlservertip/3538/fixing-sql-server-fatal-error-4014/

You know now the network card built-in features are more powerful, some functions can even replace the CPU to execute, so Microsoft released scalable Networking Pack (SNP) Scalable network package, scalable network package includes the following 3 main functions

TCP/IP Chimney Offload
Receive Side Scaling (RSS)
Network Direct Memory Access (NetDMA)

You can use the following command to see if the above 3 features are enabled

int TCP show global

The general operating system will turn on the chimney offload function by default, this is the TCP/IP network packet push function, the CPU processing is now given to the network card processing, reduce the CPU burden, speed up the network packet processing speed

But not all network cards support chimney offload function, because the offline test machine is a normal home PC, so the NIC driver does not have this built-in function

The workaround is to disable chimney offload

int TCP set global chimney=int TCP set global rss=disabled

After disabling, then execute the netstat command to see if processing is migrated back to the CPU

Netstat-t

If the last column is Inhost, then the processing logic for the packet is done on the CPU, not on the NIC

At this point, the problem solved, errorlog also found no 4014 error

If there is a wrong place, welcome everyone to shoot brick O (∩_∩) o

SQL Server Error: 4014

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.