Usually the app vendor will give server requirements for their applications.
Moving the data may be more of an issue. PSQL and MSSQL store data very differently so the data isn't directly compatible. You might be able to use SSIS or the Pervasive Data Integrator tool to copy data from one database to another. If you want to run PSQL and MSSQL on the same server, it is possible but usually resource limitations (RAM, CPU, Disk, etc) cause performance issues. There is nothing specific that prevents both from running. I actually have PSQL, MSSQL, MySQL, and at one time PostgreSQL all installed on my test server. I never did significant performance testing on that server but never had any problems either.
__________________
Mirtheil Software
Certified Pervasive Developer
Certified Pervasive Technician
Custom Btrieve/VB development
http://www.mirtheil.com
I do not answer questions by email. Please post on the forum.