首页 > 代码库 > 创建Database Diagrams时遇到的问题
创建Database Diagrams时遇到的问题
SQL2008 R2中时,Diagrams的问题Error: ------------------------------ Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects.
解决方法:
1. 右键点击数据库,选“properties ”
2. 点选左侧“Options”
3. 在‘Compatibility Level‘ 选 ‘SQL Server 2005(90)‘
4. 点选左侧“Files”
5. 在owner里填入 ‘sa‘
6. OK
创建Database Diagrams时遇到的问题
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。