Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 307
Jet Basrawi Avatar asked Sep 03 '10 09:09

Jet Basrawi


People also ask

What is Dbmdl file used for?

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.

What is a JFM file Visual Studio?

Assuming we have a database project called MyDatabase then a file called MyDatabase. jfm appears in the root of the project directory. It is exclusively locked while the project is open in Visual Studio. It is a binary file. It has only started appearing recently (past couple of days)


1 Answers

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.

like image 169
Cameron McGrane Avatar answered Sep 18 '22 05:09

Cameron McGrane