When creating a TFS Visual Studio 2017 solution with SQL Server 2016, should the solution contain
one database project per solution, or
multiple database projects in a single solution?
Our system has databases which are interlinked/cooperate in creating one service. I believe the correct answer is "multiple databases in one TFS Visual Studio solution"; please validate.
Thanks,