Good morning all.
A general question:
If I have a nullible column, no default set, when I do not explicitly insert a value into the column (i.e. value = getDate()), is NULL always implicitly inserted as the value?
Are there caveats/pitfalls if I don't explicitly insert the NULL value?
I am working with stored procedures that were written by 2 contractors who are supposed to be sql server gurus but I've had to fix enough of their sql to become wary.
Thanks, as always, for sharing your expertise.
Have a great week.
A general question:
If I have a nullible column, no default set, when I do not explicitly insert a value into the column (i.e. value = getDate()), is NULL always implicitly inserted as the value?
Are there caveats/pitfalls if I don't explicitly insert the NULL value?
I am working with stored procedures that were written by 2 contractors who are supposed to be sql server gurus but I've had to fix enough of their sql to become wary.
Thanks, as always, for sharing your expertise.
Have a great week.