Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
rksingh024
Yak Posting Veteran
56 Posts |
Posted - 2002-09-23 : 03:17:32
|
| Hi,Is there a way to create a database diagram in the EM and then save it as gif file. Actually, I have to just send the database diagram across.Thanks and Regards,Ramesh Singh |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2002-09-23 : 03:30:25
|
| Maybe take a screen shot ?Or, use Visio to do a diagramDamian |
 |
|
|
sachinsamuel
Constraint Violating Yak Guru
383 Posts |
Posted - 2002-09-23 : 06:31:36
|
Hi Rakesh,The Problem can be partly solved by using visio because, visio can only import the structure of the table. It cannot import the relationships between tables. So, buddy what u can do is take the Printsceen of the Diagrams and save them as .gif. If the diagrams are too big to appear in complete screen then try it by increasing the screen area of the display of ur machine. Hope this will help u. In any case let me know.ThanxSachin sachin.samuel@fqsltd.com |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-09-23 : 08:34:17
|
quote: visio can only import the structure of the table. It cannot import the relationships between tables.
Yes it can. I don't know about earlier versions, but Visio 2000 can import all of this using the Reverse Engineer Database feature. Then you can save the diagram as a GIF file. |
 |
|
|
|
|
|