Advertisement
Caminhoneiro

Fix SSLS to create diagram

Nov 6th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.27 KB | None | 0 0
  1. --USE MyDB
  2. --GO
  3. --ALTER DATABASE MyDB set TRUSTWORTHY ON;
  4. --GO
  5. --EXEC dbo.sp_changedbowner @loginame = N'sa', @map = false
  6. --GO
  7. --sp_configure 'show advanced options', 1;
  8. --GO
  9. --RECONFIGURE;
  10. --GO
  11. --sp_configure 'clr enabled', 1;
  12. --GO
  13. --RECONFIGURE;
  14. --GO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement