SQLYSE

Everything SQL

  • About Me
  • Blog
  • Contact

CONNECT

  • E-mail
  • Linkedin
  • RSS
  • Twitter

Executing SELECT query using TOP without ORDER BY

1st August 2015

Executing SELECT query using TOP without ORDER BY

Time and again I see developers querying SQL Server trying to retrieve TOP (N) records but without using ORDER BY, and not realising that the query could end up returning random results. We will look … [Read more...]

  • « Previous Page
  • 1
  • …
  • 3
  • 4
  • 5