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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anil Kumar
723
1.3k
133.5k
Unable to read date '1900-01-01' in sql server
May 30 2016 2:52 AM
SELECT * FROM WeekMaster WHERE CAST(GETDATE() AS DATE) BETWEEN CAST(DateFrom AS DATE) AND CAST(DateTo AS DATE)
AND CourseId=95
I am using above sql query for cast date and on the basis of this i get details from table but when i insert '1900-01-01' as date in date column query unable to read that raws field ?
please help if possiable or suggest me to resolve this
Reply
Answers (
4
)
Execute SQL Server stored procedures sequentially.
in which cases we use stored procedures and function?