Sample Header Ad - 728x90

How To Merge Database Projects on Visual Studio 2013

2 votes
1 answer
2145 views
Can I have multiple database projects to the same SQL Server database? Like, one main project referencing multiple subprojects. I have an application with multiple modules and each module has its own database structure living in a schema. I want to reuse the modules in another application, for example, the security module, which has the user, roles, groups, etc. I want to know if there is a way I can define those schemas and all of its objects (tables, stored procedures, indexes, views, etc) in one database project and then reference this "base" database project in the database project of the actual application.
Asked by sergiogarciadev (123 rep)
Aug 27, 2014, 07:23 PM
Last activity: Oct 9, 2015, 08:37 PM