In the database world, we have normalisation.You can start with a design, crank the steps and end up with a normal form of the database.This is done on the basis of the semantics of the data and can b
Lets say you have a relational database of arbitrary but finite ca开发者_运维问答pacity, and the database holds historical event information for an online system that is constantly generating new even
I wonder how to create something like is doing twitter, but in relational databases. One application of FlockDB that Weil
In trying to learn the art of data storage I have been trying to take in as much solid information as possible.PerformanceDBA posted some really helpful tutorials/examples in the following posts among
I\'ve been working on a SQL model for my website, and I\'m really conflicted on how to store these images in my database for use around the site.
I have an application where i need to enable end users to create adhoc reports by defining their options through some type of wizard whose process would be something like:
How can you configure 开发者_如何学COutputCache in Asp .NET MVC 2 (with .NET 3.5) so that the cached data is stored in SQL database?This could be achieved in ASP.NET 4.0 where you can write a custom c
How do you retain historical relational data if rows are changed? In this example, users are allowed to edit the rows in the Property table at any time. Tests can have any number of properties. If the
I\'ve noticed where I work, that we have a tendency to put our Service level objects into our entity package. This made me wonder if my concept of an entity class was wrong. I though entity classes re
I\'m building a small website that let users recommend their favourite books to eachother. So I have two tables, books and groups. A user can have 0 or more books in their library, and a book belongs