October 9, 2011 at 12:26 pm
HI
I want to design universal schema in database where any end user can dump any type of data into database coming from any type of source for e.g. excel, csv or any table.
Any ideas will be highly appreciated.
October 9, 2011 at 1:35 pm
Can you explain a bit more about what you want to acheive?
October 9, 2011 at 6:50 pm
meghna.bhargav (10/9/2011)
HII want to design universal schema in database where any end user can dump any type of data into database coming from any type of source for e.g. excel, csv or any table.
Any ideas will be highly appreciated.
That type of table is known by many names... OTLT (One True Lookup Table), EAV (Entity, Attribute, Value), User-Definable Table, performance problem, maintenance nightmare, Death by SQL, and several other flattering terms. 😀 I'd strongly recommend against such a thing but now you know what they're called if you want to Google for some suggestions. Make sure you read the parts as to why this is such a terrible idea.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply