Ekinlikler
31 Mar 23 - 2 Nis 23
En büyük SQL, Fabric ve Power BI öğrenme etkinliği. 31 Mart – 2 Nisan. 400 ABD doları tasarruf etmek için FABINSIDER kodunu kullanın.
Bugün kaydolunBu tarayıcı artık desteklenmiyor.
En son özelliklerden, güvenlik güncelleştirmelerinden ve teknik destekten faydalanmak için Microsoft Edge’e yükseltin.
Applies to:
SQL Server
Azure SQL Managed Instance
Returns the number of input packets read from the network by SQL Server since it was last started.
Transact-SQL syntax conventions
@@PACK_RECEIVED
integer
To display a report containing several SQL Server statistics, including packets sent and received, run sp_monitor.
The following example shows the usage of @@PACK_RECEIVED
.
SELECT @@PACK_RECEIVED AS 'Packets Received';
Here is a sample result set.
Packets Received
----------------
128
Ekinlikler
31 Mar 23 - 2 Nis 23
En büyük SQL, Fabric ve Power BI öğrenme etkinliği. 31 Mart – 2 Nisan. 400 ABD doları tasarruf etmek için FABINSIDER kodunu kullanın.
Bugün kaydolun