473,670 Members | 2,677 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ER diagram

Hi,

I'm a newbie to MS SQL server 2000. Is there any way or freeware to generate
an ER diagram of a database??

Thanks in advance,
Wing
Jul 20 '05 #1
3 23737

"Wing" <Wi**@wing.co m> wrote in message news:40******** @rain.i-cable.com...
Hi,

I'm a newbie to MS SQL server 2000. Is there any way or freeware to generate an ER diagram of a database??

Thanks in advance,
Wing


In Enterprise Manager, expand a database, right-click on Diagrams, and
select New Database Diagram.

Simon
Jul 20 '05 #2
Hi,

Thanks for your reply.

By the way, what's "enterprise manager"???

Wing

"Simon Hayes" <sq*@hayes.ch > ¦b¶l¥ó news:40******** **@news.bluewin .ch ¤¤¼¶¼g
....

"Wing" <Wi**@wing.co m> wrote in message

news:40******** @rain.i-cable.com...
Hi,

I'm a newbie to MS SQL server 2000. Is there any way or freeware to

generate
an ER diagram of a database??

Thanks in advance,
Wing


In Enterprise Manager, expand a database, right-click on Diagrams, and
select New Database Diagram.

Simon

Jul 20 '05 #3
"Wing" <Wi**@wing.co m> wrote in message news:<40******* ***@rain.i-cable.com>...
Hi,

Thanks for your reply.

By the way, what's "enterprise manager"???

Wing

"Simon Hayes" <sq*@hayes.ch > ¦b¶l¥ó news:40******** **@news.bluewin .ch ¤¤¼¶¼g
...

"Wing" <Wi**@wing.co m> wrote in message

news:40******** @rain.i-cable.com...
Hi,

I'm a newbie to MS SQL server 2000. Is there any way or freeware to generate an ER diagram of a database??

Thanks in advance,
Wing


In Enterprise Manager, expand a database, right-click on Diagrams, and
select New Database Diagram.

Simon


It's the main graphical management tool for MSSQL (Start - Programs -
Microsoft SQL Server).

But maybe you're using MSDE? It doesn't have the same client tools as
the full MSSQL installation. If that's the case, then this article
describes some options:

http://www.aspfaq.com/show.asp?id=2442

Simon
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4227
by: Maria | last post by:
Heya, I am doing some background reading about the database and i am a little bit confused, i would appreciated any help.... Assume been asked to draw the ER diagram for the following statement: "Many players play for a team but a player can play just in one team"
4
1854
by: PIEBALD | last post by:
I'm trying to find a general definition/specification for railroad diagrams. All I find online are explanations by authors who explain what _their_ particular format uses, but they leave me wondering if they are using only a subset of the possible structures. And there are a few that seem to use rather unique structures. Is there a standard? Does each author create his own? There must be a set of dos and don'ts somewhere!
3
4789
by: Terry | last post by:
I have added some tables to the MS Access relationship diagram window (2003) and added some relationships. But after a while when I reopen the diagram some of the tables are hidden above the top of thewindow (the relationship lines appear to go way up beyond the upper scroll limit. How can I sort them out with out redoing thediagram?
2
51979
by: sangu_rao | last post by:
Hi, I have to prepare an ER diagram for the objects in my SQL Server database. I have used the option "DIAGRAMS" in EnterPrise Manager of SQL Server 2000. It is creating the diagram for the selected tables (but the diagram contains only the table which i have selected. It is not displaying its depended tables). But i am not able to export it to any of the flat file like MS WORD or paint. I want this diagram to be uploaded to one Flat file...
70
4312
by: Anson.Stuggart | last post by:
I'm designing a debounce filter using Finite State Machine. The FSM behavior is it follows the inital input bit and thinks that's real output until it receives 3 consecutive same bits and it changes output to that 3 consecutive bit until next 3 consecutive bits are received. A reset will set the FSM to output 1s until it receives the correct input and ouput. This is the test sequence with input and correct output. 1 0 0 1 0 1 0 0 0 1...
1
2454
by: Oskar Bennet | last post by:
Hi everybody, I am supposed to draw a simple UML diagram for a very small project that consists of less than a dozen classes. I have never been working with UML before, I have read some tutorials but I cannot find the connection between UML and my C++ code. What I have found out so far is that inheritance is indicated by an arrow like this |\
13
1912
by: Doug | last post by:
Hi all, A workmate was recently bitching to me about an RFC. (Apologies - the RFC number eludes me at present (it's related to the DIAMETER protocol, that's all I can remember) but I will try to find out and update the thread.) He was moaning how the RFC laid out the description of an 8-bit field. According to him, the diagram was (fixed-width font required,
0
2129
by: viepia | last post by:
Hi, My project writes records to a new SQL Server 2005 database with currently 18 tables. When I change the Database Diagram for my database I save the copy the list of changed tables to a notepad text file; then one at a time I delete the changed tables from my DBML Diagram and drag a replacement from the Server Explorer Table list. Is there a better way to keep the Database Diagram and DBML Diagram in sync? I would rather not...
0
2154
by: seper254 | last post by:
Hey I am in the middle of Java and I am having trouble drawing heap stack diagrams from code. I have two that I really need help with. First code: public class HEAPSTACK extends ConsoleProgram{ public void run(){ Integer n1=1; Integer n2=20; int computation=meth(n1,n2); println("computation:"+computation);
2
2141
by: Nilla2010 | last post by:
I am working on a tool to construct a diagram in asp.net .The user is allowed to select the images from panel and its copy should be created on the diagram area, it should be draggable and should over lay with each other . So far I am able to create the diagram objects dynamically and on click on each object its copy will be created on the diagram area . I have used Drag Drop Extender to apply Drag behavior. Now my problem is which I create...
0
8386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8903
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8815
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7421
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6216
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4213
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4393
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2802
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1795
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.