Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8766409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:32:43+00:00 2026-06-13T16:32:43+00:00

I have a field in a table Event.EventDate and it’s of the data type

  • 0

I have a field in a table Event.EventDate and it’s of the data type DATE rather than DATETIME and then I have a view that has the following WHERE clause:

WHERE e.EventDate >= CAST(CONVERT(VARCHAR(MAX), GETDATE(), 101) AS DATETIME)

As you can see, I’m just trying to get all events >= today’s date. The above code works, but it’s ugly. I tried this …

WHERE e.EventDate >= CONVERT(VARCHAR(MAX), GETDATE(), 101)

… and this …

WHERE e.EventDate >= CONVERT(DATETIME, GETDATE(), 101)

… but those didn’t work, they gave me every event > today’s date. However, even if the above worked, it’s still ugly.

Isn’t there a better way?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T16:32:44+00:00Added an answer on June 13, 2026 at 4:32 pm

    Try:

    WHERE e.EventDate >= cast(getdate() as date)

    To cast getdate() into a date time. It’s a clean way in SQL Server 2008 and up to strip out the time portion of a datetime type.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given a table Event containing a field called EventTime of type DateTime and that
If I have a field in a table of some date type and I
I have a mysql table field set as time type which stores data in
In my table I have a field named eventdate in datetime format like 2010-05-11
I have an Events table with a not-null date field. Based on a pivot
Ok I'm using SQL Server 2008 and have a table field of type VARCHAR(MAX)
I have a DATETIME field in a table where I set up as '0'
I have a table with 2 'datetime' fields: 'eventDate' and 'eventHour'. I'm trying to
I have another rather curious problem. I have the following structure: CREATE TABLE [dbo].[Event]
I have a table that contains procedure codes among other data (let's call it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.