![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi We have a front end/back end type access app. We would like to upsize the app to sql server but can not re-write the whole app immediately. Is it feasible to just upsize the backend (data part) only to sql server using upsizing wizard without any drastic effect on the performance of the front end access app (which would link to the tables on the sql server after upsizing)? Thanks Regards |
#3
| |||
| |||
|
|
Hi We have a front end/back end type access app. We would like to upsize the app to sql server but can not re-write the whole app immediately. Is it feasible to just upsize the backend (data part) only to sql server using upsizing wizard without any drastic effect on the performance of the front end access app (which would link to the tables on the sql server after upsizing)? Thanks Regards |
#4
| |||
| |||
|
|
We have a front end/back end type access app. We would like to upsize the app to sql server but can not re-write the whole app immediately. Is it feasible to just upsize the backend (data part) only to sql server using upsizing wizard without any drastic effect on the performance of the front end access app (which would link to the tables on the sql server after upsizing)? |
#5
| |||
| |||
|
|
On Wed, 29 Sep 2004 02:40:44 +0100, "John" <John (AT) nospam (DOT) infovis.co.uk wrote: Try it. The upsize wizard will create a new app with attached tables to the sql server. You be the judge on how well that works for your app. Purists don't like this approach. It's not client/server and you're not taking advantage of what the SQL Server has to offer. Pragmatists have an app that they can use right away, and optimize only the performance bottlenecks. -Tom. |
#6
| |||
| |||
|
|
Try it. The upsize wizard will create a new app with attached tables to the sql server. You be the judge on how well that works for your app. Purists don't like this approach. It's not client/server and you're not taking advantage of what the SQL Server has to offer. Pragmatists have an app that they can use right away, and optimize only the performance bottlenecks. -Tom. In what way is it not "client/server"? The "server" will still execute the vast majority of the data processing respoding to requests from the "client". |
#7
| |||
| |||
|
|
Rick Brandt <rickbrandt2 (AT) hotmail (DOT) com> wrote: In what way is it not "client/server"? The "server" will still execute the vast majority of the data processing respoding to requests from the "client". Maybe not "efficient client/server". |

#8
| |||
| |||
|
|
Tom van Stiphout wrote: On Wed, 29 Sep 2004 02:40:44 +0100, "John" <John (AT) nospam (DOT) infovis.co.uk wrote: Try it. The upsize wizard will create a new app with attached tables to the sql server. You be the judge on how well that works for your app. Purists don't like this approach. It's not client/server and you're not taking advantage of what the SQL Server has to offer. Pragmatists have an app that they can use right away, and optimize only the performance bottlenecks. -Tom. In what way is it not "client/server"? The "server" will still execute the vast majority of the data processing respoding to requests from the "client". |
#9
| |||
| |||
|
|
On Tue, 28 Sep 2004 21:21:25 -0500, Rick Brandt rickbrandt2 (AT) hotmail (DOT) com> wrote: It depends of course on your definition of client/server. My definition is that most processing occurs on the server, and the app is written so as to reduce network traffic as much as reasonably possible. -Tom. Hi Tom |
|
Just attaching to SQL Server tables doesn't give you these benefits. I certainly agree with this! David |
#10
| |||
| |||
|
|
On Wed, 29 Sep 2004 06:29:09 -0700, Tom van Stiphout no.spam.tom7744 (AT) cox (DOT) net> wrote: On Tue, 28 Sep 2004 21:21:25 -0500, Rick Brandt rickbrandt2 (AT) hotmail (DOT) com> wrote: It depends of course on your definition of client/server. My definition is that most processing occurs on the server, and the app is written so as to reduce network traffic as much as reasonably possible. -Tom. Hi Tom Fair definition, and reducing network traffic is absolute top priority, but I often wonder why we want to do as much processing as possible on the server. I try to do as little as possible, essentially just the generation of recordsets. Most heavily used systems have much more total procesing power in the clients than in the server. This is extremely so in the case of successful web apps, even with Jscript. You can't change this by promoting simpler clients as processing power is very cheap and users like having it. The only advantage of using a server at all (admittedly this is an OVERWHELMING advantage) is the collection of data, updating etc in a single place for integrity and sharing. For non-web client-server there is the problem of deployment and updating of the client-side software. However this can be done using the Internet in various ways. David Schofield Just attaching to SQL Server tables doesn't give you these benefits. I certainly agree with this! David |
![]() |
| Thread Tools | |
| Display Modes | |
| |