Did anything else change? Database? I'd suspect something is different about the database rather than BW, especially if it is stuck on the actual SQL statement waiting for the database.
That said, SELECT * is always a no-no. Just select the columns you need.