Query: Delete all Currency rates that are not End of Month

Delete from [CurrencyRate] where [StartDate] = EOMONTH([StartDate]) and [DBId] = 0