• Just worked out an alternative that avoids one of the the modulus operations

    SELECT firstsaturday = DATEADD(dd,

    (14 - @@DATEFIRST - DATEPART(dw,DATEADD(month,DATEDIFF(mm,0,somedate),0)))%7,

    DATEADD(month,DATEDIFF(mm,0,somedate),0))