getdate() format
hejsahvis jeg sætter følgende qry ind returnerer den 1 forekomst (d.d = 11 april 2005)
select count(activity.accountid) as antal from ACTIVITY INNER JOIN OTI_ACCOUNT_EXT ON ACTIVITY.ACCOUNTID = OTI_ACCOUNT_EXT.ACCOUNTID where OTI_ACCOUNT_EXT.ACCOUNT_SELECTION = 'growth' and activity.startdate >= (getdate() - (DATEPART(dw, getdate()) - 08)) and activity.startdate <= (getdate() + 14 - DATEPART(dw, getdate())) and (activity.USERID = 'U6UJ9A00001I') AND (activity.TYPE = 262145)
hvis jeg udskifter getdate() med f.eks. 2005-04-11 så returnerer den 0. Hvordan kan det være?