It is used to store, manage and to access the data from the text files.
And the text files will be stored in file system or operating system.
There are several drawbacks of using this file management system. Some of the drawbacks are:
1.No Security
2.Concurrency is not possible
3. Execution will be slow
-> Concurrency means multiple users and clients can access the same information from the server system in a network.
-> Concurrency is possible only when the systems are in network.
To overcome the drawbacks of file management system, the DataBase Management System is introduced.
a blog by Sameer. Its all about programming and technology. Articles on C programs, C#.Net, VB.Net, ASP.Net, Sql Sever, Technology and many more.
This website completely moved to new platform. For latest content, visit www.programmingposts.com
Search this Site
4 Nov 2012
RELATED POSTS

Retrieving List of All DataBases in Sql Server
While i was working with a c# application i got the need of getting all t ...

HOW TO SET IDENTITY KEY/AUTO INCREMENT ON VARCHAR COLUMN IN SQL SERVER
Create the table as follows CREATE TABLE Student_Register( SNo INT NOT ...

Sql query to get common Columns in multiple tables in Sql Server
Lets suppose Database Name is MYDB and TABLE1, TABLE2, TABLE3 are tables ...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Thanks for your comments.
-Sameer