http://www.databasejournal.com/news/article.php/3509921/Dont-Use-Select--in-Database-Queries.htm
Don't Use Select * in Database QueriesJune 3, 2005 [From ASP101]Something you see in a lot of database access code is a select statement that looks something like this: SELECT * FROM TableName WHERE ... While there's technically nothing wrong with it, using the SELECT * syntax could be stealing away precious performance from your application, and even it it's not now, it might someday soon. The article continues at http://www.asp101.com/tips/index.asp?id=125 |
The Network for Technology Professionals
Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers