| | |
file storage vs database storage
Please support our MS SQL advertiser: Intel Parallel Studio Home
Thread Solved |
Of course!
Take for example simple search process to check how many people earn between 20k-25k. With file approach you need to read the file, temporary store it somewhere, close the file, you need to iterate trough to find results and then do what ever you want. Where in case of database you just write a query and check for results from DB.
Take for example simple search process to check how many people earn between 20k-25k. With file approach you need to read the file, temporary store it somewhere, close the file, you need to iterate trough to find results and then do what ever you want. Where in case of database you just write a query and check for results from DB.
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
![]() |
Similar Threads
- Password Storage System. (Python)
- Design Data Storage for feature similar to Facebook Groups (Database Design)
- Datagrid to draw a table (C#)
- Cachecachekit! (Viruses, Spyware and other Nasties)
- ProDeveloper Kit from M6.net - 25GB Storage, 650GB Transfer for $30/mo (Web Hosting Deals)
- M6.Net presents the Designer Kit - 17GB Storage, 600GB Transfer for $16/mo (Web Hosting Deals)
- Amazing business package from M6.net- 10GB Storage, 500GB Transfer for $9.00/mo (Web Hosting Deals)
- file open code in VB (Visual Basic 4 / 5 / 6)
- About;Blank Please Help, Hijack Log File (Viruses, Spyware and other Nasties)
- How to incorporate Database into C++ ? (C++)
Other Threads in the MS SQL Forum
- Previous Thread: How to Join 2 Table
- Next Thread: Calculating each row individually
| Thread Tools | Search this Thread |






