[ johnnyc @ 01.12.2008. 18:50 ] @
Sve pise u subjectu - Kako da kreiram ER dijagram koriscenjem SQL Server Management Studia?


hvala unapred!
[ mmix @ 01.12.2008. 19:07 ] @
U stablu odmah ispod baze imas folder "Database diagram", rclick i "New database diagram"
[ cveticmilan @ 24.04.2009. 11:55 ] @
meni na to sto si rekao kaze

TITLE: Microsoft SQL Server Management Studio
------------------------------

Code:
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.


[ cveticmilan @ 24.04.2009. 13:53 ] @
EXEC sp_dbcmptlevel 'RentAcar_Baza', '90';
GO
ALTER AUTHORIZATION ON DATABASE::RentAcar_Baza TO "sa"
GO
USE [RentAcar_Baza]
GO
EXECUTE AS USER = N'dbo' REVERT
GO

To je resenje .... Mrzelo me da googlam ...