Alternatives to sql like databases

Posted by user613326 on Programmers See other posts from Programmers or by user613326
Published on 2012-12-12T20:30:24Z Indexed on 2012/12/12 23:19 UTC
Read the original article Hit count: 197

Filed under:

Well i was wondering these days computers usually have 2GB or 4GB memory I like to use some secure client server model, and well an sql database is likely candidate. On the other hand i only have about 8000 records, who will not frequently be read or written in total they would consume less then 16 Megabyte.

And it made me wonder what would be good secure options in a windows environment to store the data work with it multi-client single server model, without using SQL or mysql Would for well such a small amount of data maybe other ideas better ? Because i like to keep maintenance as simple as possible (no administrators would need to know sql maintenance, as they dont know databases in my target environment)

Maybe storing in xml files or.. something else. Just wonder how others would go if ease of administration is the main goal. Oh and it should be secure to, the client server data must be a bit secure (maybe NTLM files shares https or...etc)

© Programmers or respective owner

Related posts about database-design