...the program which this SP is executed, so I decided to run it in the Management Environment to see what's up. Here's the SQL:
SELECT Issues.*, c.CustomerName, l.LocationName, l.LocationShortName, r.RoomName,
poc.FirstName + ' ' + poc.LastName AS [POC], g.Name AS [Assigned Group]...