Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Correctly using AVG() for partial table samples

$
0
0
I track base station performance in an RF network by storing SSI values in this table:
[code language="sql"]
TABLE BASE_SSI:
  wayside  BIGINT
  timestamp datetime
  re

Viewing all articles
Browse latest Browse all 3145

Trending Articles