Store the number of records of the table into the variable:
Declare @MAX INT
SELECT @ max = count (*) from tblpricelistgroupItem where bus_code = '11000'
Print @max