|
发表于 2014-6-5 16:26:38
|
显示全部楼层
Not a big issue,
I can't say which one is better.
Just share my idea with you.
What I did for my company are:
Data layer, just create some different views or temp tables to retrieve data, like your manager said.
Presentation layer: I didn't design ASPX pages or reports manually.
I designed a small program with C#, it's an exe command, running as a SQL job, which will automatically create new or refresh old reports to SQL Reporting Service. It runs well.
So in my company, we only need to maintain the data-layer, don't need to do anything to the presentation layer
The limitation is, the reports format couldn't be complicated. Only for simple reports.
[ 本帖最后由 goldensun 于 2007-6-13 10:46 编辑 ] |
|