I am planning on changing a current server setup to accommodate an expansion in my network. The plan is to install NPM and NetFlow on a new physical server (already in place) and have it connect to an existing physical SQL server. This change is required due to it currently being run on a virtual machine on an ESX with limited remaining resources. The virtual machine install needs to stay operational throughout the process of installing and configuring the new NPM. I want to accomplish this without adding another instance of SQL 2005 in order to utilize the existing database. Is this possible or will there be conflicts inside of SQL if two NPM installs are accessing it simultaneously?