I cannot add views when reverse engineering my database in Visio

烂漫一生 提交于 2019-12-09 23:07:33

问题


I am trying to reverse engineer parts of a 2012 SQL Server into Microsoft Visio 2010. The views option is greyed out. The views are integral to the processes I am trying to document, and the diagram will be useless without them. Does anyone have an easy work-around other than manually inputting the views?


回答1:


You are probably using "wrong" data provider to reverse engineer the database, and that is the reason why views are disabled. There are some issues with Visio not being updated to support newer SQL server versions. Try the following:

  1. Start "reverse engineer" wizard
  2. Select Generic OleDb data provider (not the "Microsoft SQL Sver"). Click Next.
  3. The dialog pops up, select SQL Native Client there, then (on the "Connection" tab) your server, and your database. Click OK.
  4. Now the "views" checkbox should be enabled.


来源:https://stackoverflow.com/questions/27573931/i-cannot-add-views-when-reverse-engineering-my-database-in-visio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!