- Thursday, October 8, 2009, 13:11
- Databases
- 1,726 views
Although flat file database system is the legacy database concept but you are amaze to know its still used in some modern system include Microsoft Windows and Linux for storing of system configuration. Let explore the flat database system advantages and disadvantages.
Advantages
Easy to understand.
Easy to implement.
Less hardware and software requirements.
Less Skills set are required to hand flat database systems.
Best ...
Full article
- Thursday, October 8, 2009, 12:33
- Databases
- 482 views
The flat file database store the record in the file which can be notepad or any word processor file. Flat file database contains the set of records each record is place in single row separated by delimiters. In modern database systems records are stored in multiple tables having relationship but in flat file system all records are stored in single file one record per ...
Full article
- Sunday, October 26, 2008, 8:01
- Databases
- 1,243 views
SQL Server 2000 features a number of enhancements, such as multiple installations and distributed partitions, which will make your admin chores easier. However, to take advantage of the new capabilities, you first need to consider several installation issues. This article will explain how to properly install or upgrade to SQL Server 2000.
New in SQL Server 2000
SQL Server 2000 allows you to have multiple installations, called ...
Full article
- Tuesday, October 21, 2008, 7:15
- Databases
- 1,313 views
DATABASE DEFINITION
A shared collection of logically related data (and a description of this data), designed to meet the information needs of an organization.
WHY THE DATABASE IS USED?
The database is used for keeping the records electronically, which is quite safe as compared to manually. It is handy and safe, the database enables the person’s ablity to work digitally which helps the environment faster and easy. That ...
Full article