Select the product you need help with
Issues to consider when changing the default value of network packet size for SQL server connectionsArticle ID: 2008195 - View products that this article applies to. SummaryThe network packet size configuration option in SQL Server is used to set the package size (in bytes) to be used when communicating with SQL server. The size can be set on the server side as well as on some of the client side libraries. The default packet size set by Microsoft SQL Server is 4,096 bytes. This article discusses some of the issues that you need to be aware of when making changes to this setting. As mentioned in the following note in Books Online topic on this option, we recommend that you do not change this value unless you are certain that it will improve performance.
The network packet size on the server side can be configured using network packet size configuration option. For more information on how to control this setting from a client net library refer to the following table:
Note: The current documentation for Sqlclient incorrectly states the default Packet Size for Sqlclient connections as 8192. This will be corrected in a future refresh of Books Online. The network packet size of a client connection can be determined by monitoring the Audit Login event or the ExistingConnection event in SQL Profiler. The Integer Data data column contains the network packet size. More InformationThe various issues that you need to be aware of when changing the network packet size are documented below:
Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.PropertiesArticle ID: 2008195 - Last Review: January 14, 2010 - Revision: 3.0 APPLIES TO
|


Back to the top








