I am looking for a SQL Server function to return the minimum value for datetime, namely January 1, 1753. I\'d rather not hardcode that date value into my script.
Does an
The range for datetime will not change, as that would break backward compatibility. So you can hard code it.
datetime