I have a table with over 130 columns in it (don't ask--I didn't make it). We need to remove every empty row (each field is empty) from this table without explicitly listing each column. Ideally, I would like a solution that uses dynamic SQL and could be applied to any table. How can I do this?I have a table with over 130 columns in it (don