If you don't want SQL Server to put anything in the field, then make the field NOT NULL. There is a default set either at the table schema level or an an INSERT procedure that is throwing the default value of 0 to the field, producing '1/1/1900 00:00:00'. Check BOL for more info on default constraints.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply