sql server - Database Design and relation diagrams details -


we have production sql server , desktop has sql server 2008 r2 management studio software installed. have been given task perform data mining on our server dbs.

we have around 100 or more of tables there , getting difficult me see how tables related or has been created.

for particular scenario have cornered 3 tables amongst 100's have - cannot formulate how these tables related each other. mean if know one's table column pk / fk of other can execute below extract data's -

select *  tablea,tableb  tableb.id = tablea.id 

and data mining on result data set.

please let me know how can tables , relation details? tool can use such further on information above can extracted or database designs can known?

i tried create db diagram showed me below error:

enter image description here

do need install other tool?

below ms sql studio version details:

enter image description here

i think solution use database diagram (https://msdn.microsoft.com/en-us/library/ms189078.aspx)

just drag tables on screen , show relations, of course when primary-keys/foreign-keys there.

for error getting: if google get: the backend version not supported design database diagrams or tables

the answer marked solution is:

this commonly reported error due using wrong version of smss. use version designed database version. can use select @@version check version of sql server using


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - Gamma correction doesn't look properly corrected, is this linear? -