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

Referencing another table throws off totals

$
0
0
Using Microsoft SQL Server Report Builder 3.0, This SQL query code:
[code="sql"]
SELECT
  tblDataPermit.Type
  ,tblDataPermit.Status
  ,tblDataPermit.ApplicationType
  ,tblDataPermit.ApplicationDate
  ,

Viewing all articles
Browse latest Browse all 3145

Trending Articles