insert into tt99(datetime2, description) values (NULL, 'Testing the Default')
case when DateofBirth = "" then NULL else DateofBirth end
case when DateofBirth = '' then NULL else DateofBirth end