I have created the following stored procedure that is used to count the number of records per day between a specific range for a selected location:
[dbo].[ge
Use a left outer join. Such as
select count(stuff_ID), extra_NAME from dbo.EXTRAS left outer join dbo.STUFF on suff_EXTRA = extra_STUFF group by extra_NAME