• I'm thinking something along the lines of

    SELECT TOP 6 cols

    FROM tables

    WHERE DATENAME(weekday, dateCol) = DATENAME(weekday, GETDATE());