Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created ERD using Sqlserver 05
i want to send those ERD Files

how can i do this??


Thanks
Qasim
Posted
Comments
[no name] 15-Dec-12 9:25am    
Where do you want to send it ?

1. Install NitroPDF
2. Open SSMS and the diagram (ERD) you want to export.
3. Press CTRL+P (to print it in a printer) and select nitro pdf.
4. This will export your ERD to PDF file.
 
Share this answer
 
Hi,

If you need to export the database diagram for inclusion into a document or in some way preserve the current image of the database, you can copy the diagram to the clipboard by selecting Copy Diagram to Clipboard from the Database Diagrams menu option. Once the diagram is copied to the clipboard you can paste it into any application that supports images such as Microsoft Office Word, PowerPoint and others.

DB_Diagram_Copy_Clipboard[^]

Regards,
GVPrabu.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900