HTML5 Canvas
Written by: Simon Sarris
Featured Refcardz: Top Refcardz:
  1. Apache Hadoop
  2. Web Driver
  3. MVVM
  4. REST
  5. ADO.NET
  1. HTML5
  2. Ajax
  3. jQuery Selectors
  4. CSS Part 1
  5. Git

Link Details

DZone voters are special people. Be special. Login and vote now.
Link 31154 thumbnail
User 111696 avatar

By bloid
via weblogs.asp.net
Published: Jul 19 2007 / 17:38

Let's take a look at a sample. The following two queries select 326 rows from the TransactionHistoryArchive table in the AdventureWorks database (which has a total of 89K rows). The first uses a SELECT * query, the second selects a specific column:
  • 19
  • 0
  • 2194
  • 0

Comments

Add your comment
User 107114 avatar

daniel replied ago:

0 votes Vote down Vote up Reply

It's also worth noting that if you do something like:

SELECT * FROM tableA JOIN tableB ON tableA.fieldA = tableB.fieldB

That's a pretty sizable performance hit.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.