Can anyone tell how to resolve date format ambiguity (mmddyyyy or ddmmyyyy for datediffor())?
like 12-02-2019 can be 12 feb or 2nd december. How does it resolves this ambiguity?So it is data element difference which should be reported (one table may contain 12 feb and other may contain 2 december does it highlight the difference in such a case ,ideally it should).If not ,I need to develop a tool which reports both formatting as well as data element mismatch.Any leads on how dates should be compared?