0

thanks for your time and sharing.

Please guide me is there some free tool (to use with SQL Server 2005 Express edition) that can generate data base schema by making diagrame and reverse engineering of an existing database ?

Thanks for guiding me.

Kara
  • 6,115
  • 16
  • 50
  • 57
haansi
  • 5,470
  • 21
  • 63
  • 91

1 Answers1

1

How about

Microsoft SQL Server Management Studio Express

Download it here

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • Thanks for replying marc_S, as I mentioned I am already using SQL Server Express 2005. But if I am not mistaken it do not provide reverse engineering and creating schema from diagrams. please guide – haansi Nov 30 '10 at 13:36
  • @Haansi: the default SQL Server 2005 Express does **NOT** include the Management Studio Express - that's a graphical tool to query your database, and to create database diagrams and stuff like that.... – marc_s Nov 30 '10 at 16:13