Logo 
Search:

SQL Server Articles

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

@@PACK_RECEIVED - PACK_RECEIVED Function

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

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

@@PACK_RECEIVED function returns the number of input packets read from the network by SQL Server since last started.


Syntax of @@PACK_RECEIVED Function :

@@PACK_RECEIVED

Return type of above function is an integer.




Examples of @@PACK_RECEIVED Function :

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

SELECT @@PACK_RECEIVED

Output
414

Above example returns number of input packets read from the network by sql server since last started. 
  
Share: 


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

Sarita Patel
Sarita Patel author of @@PACK_RECEIVED - PACK_RECEIVED 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!