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 6211811
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T06:24:13+00:00 2026-05-24T06:24:13+00:00

I have a question. I have a SQL Server 2008 table with a field

  • 0

I have a question. I have a SQL Server 2008 table with a field column. I have for example the Following dates:

1/1/2001
5/5/2004
8/5/2009
10/7/2011
5/5/2012
1/13/2014

Id like to be able to show all dates >= the current date (7/29/2011) as well as largest table date that is < current date. In this example, the result would be all dates >= 8/5/2009.

Can someone help guide me please??

  • 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-05-24T06:24:14+00:00Added an answer on May 24, 2026 at 6:24 am

    If I understand correctly, you want to include the date prior to the current date. GETDATE() will get the current date (with time). If you’re alright with that, then this should work. Otherwise, you may have to parse out just the date from GETDATE()

    SELECT TheDate
    FROM DateTable
    WHERE TheDate >= (SELECT MAX(TheDate) FROM DateTable WHERE TheDate < GETDATE())
    

    This gets all dates greater than or equal to the most recent date before the current date.

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

Sidebar

Related Questions

I have table a and table b . (SQL Server 2008) Both tables have
I have the following tables in a SQL Server 2008 db: tblItem , which
Me and my colleagues have a question regarding SQL Server 2008 query length and
I have renamed a table in a SQL Server 2008 database, from eL_CourseStepUserNotes to
I am using sql server 2008 rc2 and I have a question about naming
SQL Server Beginner question: I'm trying to introduce a computed column in SQL Server
To my knowledge SQL Server 2008 will only allow one clustered index per table.
I have a question about SQL Server indexes. I'm not a DBA and assume
I have got hold of a sql server 2008 developer edition and this is
I am developing a small stored procedure on SQL server 2008. I have little

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.