Hello,
are there free, recommendable Tools for data modeling?
- ERM/ORM Diagrams
- Creating database models (SQL SERVER 2005)
- As Simple to use as Visio(no license here)
- Code generation is only a nice to have (VB.Net)
Hello,
are there free, recommendable Tools for data modeling?
Give MySQL-Workbench a try, it's free:
http://www.mysql.de/products/workbench/
Anyway, it might not be quite what you want. If you could be bothered spending some money, try Visual Paradigm:
http://www.visual-paradigm.com/
A great all-rounder
Paper and pen. Sorry ;) Thre really is not too much.
SQL Server has (not too good but not too bad) diagramming capabilities integrated. Code generation is always bad (what for, please - plus code generation only properly works the other way, starting with an object model, except you do plan to never use proper inheritance = bad programming model).