Why does my DB project's .dbmdl file change even when I make no changes to the project?

后端 未结 3 1823
时光取名叫无心
时光取名叫无心 2021-01-17 13:30

I\'m running into a small but weird annoyance that seems to be happening to other people, too (for example, check out the revision history of SEDE). I have a SQL Server 2008

3条回答
  •  不思量自难忘°
    2021-01-17 14:05

    See related question here. The .dbmdl file is unique per user (and some kind of cache, as said above) and so the right solution is indeed to exclude it from source control.

提交回复
热议问题