Settings and activity
4 results found
-
9 votesAnonymous supported this idea ·
-
5 votesAnonymous supported this idea ·
-
2 votes
An error occurred while saving the comment Anonymous shared this idea · -
6 votesAnonymous supported this idea ·
This a sample as formatted by SQL prompt and doesn't make for easy reading:
IF isdate(@date) = 1 BEGIN
SELECT @dt = cast(@date AS Date)
RETURN @dt
END