Hi,
I would like to use flat file data storage instead of database. Since I
am new to it, I am wondering:
What text file extension is a safe one to store my data online and how
cost- and time-effective is this method (flat file data storage).
Anyone can share thoughts? Thanks
URL:
http://msdn.microsoft.com/vstudio/express/sql/learning/default.aspx
Learning Resources
Video Series: SQL Server 2005 Express Edition for Beginners
Getting Started with SQL Server Express
This video series is designed specifically for individuals who are
interested in learning the basics of how to create, manage, and
connect to SQL Server Express databases.
The series includes over 4 hours of video-based instruction that
walks you through the steps of learning about databases to
actually connecting a database to a web application.
URL:
http://download.microsoft.com/download/b/3/8/b3847275-2bea-440a-8e2e-305
b009bb261/sql_01.wmv
Clip: 01. What is a Database?
(this is one slide from this 28 minute video.)
Why not use Text files? Spreadsheets?
* Data integrity? Redundant data? Outdated data?
* Data size?
* Retrieval? Filering? Searching?
* Protecting data from malicious or unauthorized use?
* Protecting data from becoming corrupt?
Instead, a Relational Database Management System (RDBMS)
makes managing data easy by taking care of many of the most
difficult tasks associated with integrating data into your
application.