Is it more convenient to have multiple databases in one project in Visual Basic 2005 and SQL Server 2005?
Anonymous
2007-02-19 04:37:09 UTC
If not when how could I merge databases controlled by one project into one database. Thanks in advance.
Five answers:
abd
2007-02-19 04:42:13 UTC
i don't know why you need more than a database into one project, but the best way i think is to import the tables and stored procedures from one database to another, hoping it will not make any conflicts in your new database..
Pfo
2007-02-19 06:23:01 UTC
Use one database where possible with multiple tables. An exception to that would be if the data contained in each of the different databases did not rely on each other, or link to each other. If they can be logically separated and stand on their own, then you can use multiple databases. Using one database will make things easier, so do so if possible.
Kamran
2007-02-19 05:40:44 UTC
It is better to use one database for your project.
To merge the database you can import data from one database to the other. You can select to import the table design (schema) & data to the database, and you will get the tables from one database imported to the other.
2016-05-24 11:14:55 UTC
I think this website might help you a lot for your needs. It's where they sell SQL database and you might need it. Just come to check it out!
Manzana verde
2007-02-19 04:57:32 UTC
one database is enough. its more easy to maintain and control.
to merge databases, use some database replicator, or you can build your own replicator.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.