From: JIM.H. on
Running Windows Application over VPN
I have a windows application that uses SQL Server as backend.I need to
install this application to another network and make our users access it. I
have two options:
1. Do remote desktop to remote network over VPN and run application.
2. Install application into our network and let it access database in remote
network over VPN.

Do you see any advantage/disadvantage over these scenarios?
Thanks,