Click here to Skip to main content
15,921,622 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have created database in Microsoft sql server & i want to convert that db to a relational model. is there any software's to convert sql query, or sql database to relational model(mapping) ? please help me
Posted
Updated 24-Sep-12 6:10am
v2

1 solution

Microsoft SQL Server is a relational database, when you create tables and relations you are creating a "relational model" for your data.

EDIT :
If you want to see the database diagram read this : http://www.mssqltips.com/sqlservertip/1816/getting-started-with-sql-server-database-diagrams/[^]
 
Share this answer
 
v2
Comments
supercomputer001 24-Sep-12 12:51pm    
yes. i want to create a diagram including tables and their relationships(mapping) from a already created database
fjdiewornncalwe 24-Sep-12 13:30pm    
Then you need to fix your terminology. What you want is a Diagram of your database, not a relational model. A relational model is the structure with which the tables are built. A diagram is is just that, a diagram of the existing relational structure.
Sergey Alexandrovich Kryukov 24-Sep-12 17:09pm    
Exactly. But to be 100% fair, it's well known that SQL is not perfectly relational.
--SA
supercomputer001 24-Sep-12 14:05pm    
yes. i want the database diagram
Mehdi Gholam 24-Sep-12 14:14pm    
See the updated solution.

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