I'm not exactly sure what you want to do but:
1. If you want to use one database for two entirely separate stores then use a database prefix when installing the second store on the one database.
2. If you want to use the same database for two stores then they would probably need to be on the same server - otherwise you'd have security access issues.
Vger



