Shared front end and back end on network?

M

mscertified

I have an application where it is impractical to have each individual user
have their own copy of the front end. What drawbacks are there to having a
separate front end but shared by all the users? I can't find any official MS
documentation on this.
 
D

Duane Hookom

I don't think you will find any official word from MS on this. A shared
front end complicates:
-situations where you create temp tables
-changing the SQL of saved queries
If one person corrupts, they all are corrupt. There may be a performance hit
from load the app across the network.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top