0

I have an sql database with more than 50 table. I have worked for the past two days creating relationships on my local server, and now need to export that diagram to the server. is this possible at all? I am using sql server 2012 express.

Afroman Makgalemela
  • 690
  • 2
  • 8
  • 21

1 Answers1

0

Edited after confirmation this helped:

-> You can copy the diagram to the clipboard by selecting Copy Diagram to Clipboard from the Database Diagrams menu option (Right click the white space when the Diagram is open). I've tried this on SSMS 2008 and it works, as long as you don't need to edit it afterwards.

-> I don't recommend this but for exporting and importing - this maybe of some assistance but I haven't tried it (it involves exporting the contents of dtproperties).

n34_panda
  • 2,577
  • 5
  • 24
  • 40
  • Am able to copy the diagram to clipboard, but I am not able to use it on the server database. – Afroman Makgalemela May 12 '14 at 15:08
  • 1
    As expected unfortunately, try following the link in the answer above. However I wouldn't recommend it. – n34_panda May 12 '14 at 15:23
  • Good news, next time I would avoid it - perhaps use SQL rather than do it diagrammatically. Having never done it, check the constraints are actually ok?? I am concerned it only exported the diagram? – n34_panda May 12 '14 at 15:34