In SQL 2008, Is it a way to grant permission to developer for view and create database diagrams without giving them dbo permission?
To take credentials to create db. Diagram, Try this query:
EXEC dbo.sp_changedbowner @loginame = N'sa', @map = false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With