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

  • Home
  • SEARCH
  • 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 7726009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:06:10+00:00 2026-06-01T05:06:10+00:00

I have an events log database. I need to limit the size of SQL

  • 0

I have an events log database. I need to limit the size of SQL searches when looking for a specific EventID. This is for performance purpose.

Does the following query limits the SQL Query?

SELECT EventID FROM
    (SELECT TOP 100000 EventID,EventName FROM Events ORDER BY EventTime DESC) T
WHERE EventName = 'Whatever'

Rather than doing the following

SELECT EventID FROM Events WHERE EventName = 'Whatever'

Thanks

  • 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-01T05:06:13+00:00Added an answer on June 1, 2026 at 5:06 am

    Query 1 will locate top 100.000 events by Event time, then filter those records by EventName = ‘Whatever’ – the result will be <= 100.000 events.

    Query 2 will locate all events where EventName = ‘Whatever’

    I can only guess you’re trying to achieve the following:

    SELECT TOP 100000 EventID 
    FROM Events 
    WHERE EventName = 'Whatever'
    ORDER BY EventTime DESC) T
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a SQL Server database running in Full recovery. I need to remove
I have this: function change( event, file ) { console.log( filename, file ); //It
I have a basic Window class that I need to have events such as
I have an events table with a 'featureEvent' boolean column. I need to display
Hi, I am looking for a simple way to log exceptions to the database
In a SQL server database, I have a table which contains a TEXT field
The log reports that the database or cursor was not closed. I basically have
I've created this ASP.Net application and need to record what the users have done
I have a table in my database called log_events . In this table there
I have several models that save log data to my database. I also have

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.