TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
SQL Server Transact Basic to Expert - Check if a given value is date or not using SQL
Karthikeyan Anbarasan
Jun 16, 2011
3.2
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
SQL Server Transact Basic to Expert - Check if a given value is date or not using SQL
This blog shows how to check if the given value is date or not using the ISDATE keyword in SQL query
Example:
SELECT ISDATE('1/1/20110')
The expected result would be 0 which means its not date value if a valid date is given it would return as 1
SQL Server Transact Basic to Expert - Check if a given value is date or not using SQL
Next Recommended Reading
SQL Server Transact Basic to Expert - Decreasing a date value to 4 months using SQL query