I need to move the data for a database application off of the server and onto one of the two workstations that run the app. The app is set to find the data on a network drive(S
, so I need to have an S: on the computer with the data so the app can find it. On the 2nd computer I can just remap the S: to the new share on the workstation. How should I set up the 1st computer? I think I read that it's a bad idea to map a network drive to a share on the same computer. Should I use the SUBST drive to get a S: drive that points to the data? Thanks for any tips you can give me.