Analyzing database schema takes hours

前端 未结 10 1728
星月不相逢
星月不相逢 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

    For this case, if you wouldn't include it (sql files) in project build, choose option "Not In Build" when creating file(s) or change sql file property Build = "None". That will make changes against .sqlproj file and visual studio restart required.

    That fixed for me and saved my life!

提交回复
热议问题