![]() |
sponsored links |
|
|
sponsored links
|
|
|
2
27th April 11:30
External User
Posts: 1
|
In article <bnk65k0cov@enews1.newsguy.com>, genegodsey@hotmail.com
says... I will bet he is not a real strong SQL language person either. (If all you have is a hammer, everything looks like a nail) The Web is the 'Presentation Layer' Business processes do not belong there. The Application Layer can be both on the client and the server. Traffic from the Application server to the database server cost in performance Even worse if the traffic is to the user's client where ever it may be in the ether. Minimizing this traffic by putting part of the work on the database server. (effective use of Stored procs etc.) will be realized on the performance of the overalll application. |
|