Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
SELECT Count(*) AS RecordCount FROM ( SELECT TOP 100 PERCENT listings_view.* FROM listings_view Where ListingCategory = 'C' AND listingID IN (SELECT listingID FROM listingTypeRelation WHERE PropertyTypeID IN (1)) AND Active = 1 AND DisplayOnWeb = 1 AND (ListingTypeID = 1 OR ListingTypeID = 3) AND SuburbID IN (238) AND TransactionHistory = 0 AND 1=1 ) ForCount