Default Date N Time | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Default Date N Time

Good morning, Is there a way of stopping SQL Server from inputting a date of 01/01/19000 into a field if the user does not send a date. Gazzer
Make the column allow nulls and explicitly insert a null value when the user doesn’t send a date. /Argyle
]]>