| 
 Posted by --CELKO-- on 10/08/05 19:02 
Let's get back to the basics of an RDBMS. Rows are not records; fields 
are not columns; tables are not files.  Then you are mixing data and 
metadata in complete violation of the basic princi-les of data 
modeling. 
 
What are you trying to do???  If you do not get a valid design, you 
will wind up with dynamic SQL, procedural code, IDENTITY columns and 
all kinds of other non-SQL nightmares.
 
  
Navigation:
[Reply to this message] 
 |