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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:42:37+00:00 2026-06-13T12:42:37+00:00

I use SQL Server 2008 R2 and have a table with an id column

  • 0

I use SQL Server 2008 R2 and have a table with an id column as identity(1,1). If I want to get query ordered by id column, do must use Order By ID or not necessary.

EDIT :
I have a unique clustered index on ID column. do this index guaranteed that my query sorted by id by default.

  • 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-13T12:42:38+00:00Added an answer on June 13, 2026 at 12:42 pm

    In cases when ORDER BY is omitted – the order is unpredictable. Because such a SQL Statement does not ask for explicit order, SQL Server can return results when they are ready.

    And that means:

    • that the order is absolutely dependent on the execution plan.

    • the order returned for some filter criteria, could differ in other
      case

    • clustered index could be in some scenarios even NOT used for some execution plans. And in those cases (when not used) – its order is not taken into account.

    For some select could be used other covering index, (which is not order by ID). And that will result in the “unexpected” order.

    If we need to get Ordered list, we have to use explicit ORDER BY clause. Then we can be sure about the order. Only then.

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

Sidebar

Related Questions

I use SQL Server 2008 R2 and have a table that I want no
I use SQL Server 2008 and have a table with 5 char typed columns.
I have a view in SQL Server 2008 that I want to use for
I have a SQL Server 2008 table with a DateTime column that I'd like
I have a table with a time column in my SQL Server 2008 database.
Am using Sql Server 2008, I have a column named Date in my table,
I just started to use SQL Server 2008. I have a winforms application that
I am trying to use a SQL Server 2008 Ranking Function on a query
I'm trying to use a dynamically generated fully-qualified table name in sql server 2008.
I am using SQL Server 2008 R2. I have a table, EQUIPMENT , with

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.