I made this view because I had to generate a sql server database from an Oracle database and I had to knew the order in which I import tables.
This view, which may be improved, contains the foreign key, the primary and detail table, the column and it's position and may be useful in many situations
A Normalization Primer
For most DBAs, normalization is an understood concept, a bread and butter bit of knowledge. However, it is not at all unusual to review a database design by a development group for an OLTP (OnLine Transaction Processing) environment and find that the schema chosen is anything but properly normalized. This article by Brian Kelley will give you the core knowledge to data model.
2003-01-13
18,596 reads