Is it possibe to combine the results of these 2 queries into a single
result set consisting of 1 row and 2 columns (for each value)?
SELECT COUNT(*) AS 'SlnCount' FROM Request WHERE RequestTypeID = 2
SELECT COUNT(*) AS 'NewSlnCount' FROM Request WHERE RequestTypeID = 2
AND StatusID = 1