Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
|
Hi Jeff.
Not sure you need a VM on your server, but it is a choice if you prefer to.
Although you are the only developer, I would suggest you implement some sort of version control. There are some options, but I would get down to either Team Foundation or Subversion. Over here, we use Subversion under Visual Subversion, which installs the server and stations, nicely integrating into Visual Studio. It works fine, and it is cheaper. However, Team Foundation would be the best choice, I guess, but anyone would be better than none. Once you have your version control working, you will Commit your changes on one machine and update it on another, and if you get someone else to be part of the team, they will be able to Checkout your solution into their environment and do the same thing.
When remotely, you can either remote control your desktop or use a VPN connection which will allow you to connect directly to your SQL Server. I usually use the VPN solution, there are some nice tools to help you with it. NeoRouter is a good one. I also at times use TeamViewer, which will allow me to either remote desktop into my machines and establish a VPN connection to any of them, hassle free.
Hope it helps.
|