What is the function of the DBMDL file in a visual studio database project?
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.
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)
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With