Logo 
Search:

SQL Server Articles

Submit Article
Home » Articles » SQL Server » System Statistical Functions RSS Feeds

@@PACK_SENT - PACK_SENT Function

Posted By: Sarita Patel     Category: SQL Server     Views: 1270

This article explains about @@PACK_SENT function in sql server with examples.

@@PACK_SENT function returns the number of output packets written to the network by SQL Server since last started.


Syntax of @@PACK_SENT Function :

@@PACK_SENT

Return type of above function is an integer.




Examples of @@PACK_SENT Function :

Example 1 : Use of @@PACK_SENT function in select clause 

SELECT @@PACK_SENT

Output
35

Above example displays 35 output packets written to the network. 
  
Share: 


Didn't find what you were looking for? Find more on @@PACK_SENT - PACK_SENT Function Or get search suggestion and latest updates.

Sarita Patel
Sarita Patel author of @@PACK_SENT - PACK_SENT Function is from United States.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!