I have a database that i use on Terminal Server. Each user has their own front end copy on terminal server that is linked to a single backend. Some parts of the app require using Outlook to email things and this works much better when it is opened from the local machine. To do this I create another front end that the user opens over the network ( not using terminal server)
is it a problem to have all the databases use the UNC path instead of linking to the local drive.
So for example the TS clients currently like to the back end on the e drive. this would link them to the back end via \\servername\filename.
Would this cause things to slow down for the regular users?