Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行 SQL Server 2008 R2,但无法导出表之间的关系(即外键/主键、索引等)
我的目标是导出与数据库相关的所有内容(除了数据)并将其导入实体关系图(有超过 100 个表)。
如果有人能提供如何导出的步骤,我将不胜感激
您想要编写数据库脚本。
在 SQL Server Management Studio 中,右键单击数据库。然后选择Tasks-->Generate Scripts。这将打开 SQL Server 脚本向导。
Tasks-->Generate Scripts
你可能可以从那里拿走它。该向导询问您要创建哪些脚本和对象。