Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retrieve Database Schema

I want to know, how can I retrieve Sql-Database schema informations such as Tables, Columns and Their relation between Tables and etc. I know it's possible if I execute different particular queries on Master Database and the targeted Database. But Is there any efficient way to retrieve schema of database ?

Thanks in advance.

like image 867
saber Avatar asked Sep 07 '11 05:09

saber


1 Answers

Take a look at this project on codeplex: http://dbschemareader.codeplex.com/releases/view/71696

like image 138
Vahid Rassouli Avatar answered Sep 24 '22 01:09

Vahid Rassouli