Analyzing database schema takes hours

前端 未结 10 1811
星月不相逢
星月不相逢 2021-02-01 15:21

Using a new SQL2005 database project in VS2010. I did import objects and settings, and built the project. It seems to be stuck at \'Analyzing database schema. Your database pro

10条回答
  •  青春惊慌失措
    2021-02-01 15:46

    If the SSDT project is not something that you use all the time (like in my case), you can Unload the project, and leaved it unloaded. This way opening the solution in Visual Studio takes no time.

    When you need to do something in the SSDT project, at that time you can Reload the project.

提交回复
热议问题