Settings and activity
4 results found
-
10 votes
Anonymous
supported this idea
·
-
5 votes
Anonymous
supported this idea
·
-
2 votes
An error occurred while saving the comment
Anonymous
shared this idea
·
-
6 votes
Anonymous
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