I tried to create a database diagramm with SQL Server 2008, but an error occurs:
Database diagram support objects cannot be installed because this dat
USE [ECMIS] GO EXEC dbo.sp_changedbowner @loginame = N'sa', @map = false GO
It works.