April 18, 2017 at 11:45 am
Would it not be easier to just cast both variables to the time data type and catch any error (or is there IsTime function?)
April 25, 2017 at 1:31 pm
james.brown.iphone - Tuesday, April 18, 2017 11:45 AMWould it not be easier to just cast both variables to the time data type and catch any error (or is there IsTime function?)
Casting a time to a datetime does not throw an error, that is the point of the article. IsDate returns 1 on a valid time value.
April 25, 2017 at 10:16 pm
GeorgeCopeland - Thursday, April 13, 2017 1:54 PMThinking like this has caused more bugs over the last 70 years than the NULL. It is thinking like this that gave the world Y2K.
Heh... Agreed. And worse than that, it is thinking like this that gave us the crippled DATETIME2 data type, which ultimately gave rise to the need got DATEDIFF_BIG.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply