SQL Query Spool Requests per Output Device
Sometimes you may like to know how much spool request your users are printing. The following MSSQL query will help you to find this information: DECLARE @PYEAR NVARCHAR(4) DECLARE @PMONTH NVARCHAR(2) DECLARE @PDAY NVARCHAR(2) DECLARE @sid NVARCHAR(3) DECLARE @QUERY… Continue Reading