i construct my database using a multi layer method,skiping the detail,now i got some problems:
how i suppose to orgnize the layers?
1.datatype->stored procs->views->report/ado....like a upsidedown tree
a problem in this flow, you can't put exec xxx into a select clause building up a view
2.datatype->UDFs->views->reports...upside down tree structure
problem:UDF performance not as good as procedure
there r other posibilities as well, like form a ddl layer with view ,even worse performance,
i still want a way out using the 1 one i mentioned