Community

ADO.NET: Sorting data with the ORDER BY clause

(Ged Mead) When you fetch data from the database, SQL Server decides how your query will be run, so that your query is actioned in the most effective and fastest way. Most times, this means that the data fetched will be ordered by a primary key or index that SQL Server chooses. Often you won’t

Read More - Register for Free Membership