Good evening, I created a table to test the sql server default:
I made a select to see if the default values of the default were entered but you can see in the image that this did not happen. When does it enter these default values? I found that these values were entered when null or empty values were passed. Another problem is that the date entered was from 1900 and this only happens in that case, because if I pass the getDate () on insert the date to save will be the current one.