有没有办法在 SQL Server 2008 中的数据库图表中直观地显示视图?

我想在 SQL Server 2008 中创建一个数据库图表并在图表中有一个视图.有没有办法做到这一点?

I would like to create a database diagram in SQL Server 2008 and have a View in the diagram. is there a way to do this?

推荐答案

我不这么认为.SQL Server Management Studio 只允许在数据库图表中包含表.如果您有 Microsoft Visio,您可以使用它在您的数据库图表中包含视图.

I don't think so. SQL Server Management studio allows only Tables to be included in the database diagram. If you have Microsoft Visio, you can use that to include the Views in your database diagram.

相关文章