What is the function of the DBMDL File in VS database project

Visual StudioDatabase ProjectVisual Studio-Dbpro

Visual Studio Problem Overview


What is the function of the DBMDL file in a visual studio database project?

Visual Studio Solutions


Solution 1 - Visual Studio

From what I can make out, it is a serialized file of your db model and is used as a cache for improving the performance of deployment. It is unique per user thus should not be checked into source control.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJet BasrawiView Question on Stackoverflow
Solution 1 - Visual StudioCameron McGraneView Answer on Stackoverflow