A
ad
I use a update command to update a smallDateTime filed:
Update [Checks] set Checks.CheckDate=''
It udpate the CheckDate field to 1990/01/01
Why?
Update [Checks] set Checks.CheckDate=''
It udpate the CheckDate field to 1990/01/01
Why?