Monday 18 May 2015

How to set DateTime NULL

Sometimes we need to set a datetime column to be NULL in SqlServer, but DateTime is a value type.
Follow this tutorial, I can set a column which has DateTime type to be NULL.

Set DateTime Null

No comments:

Post a Comment