.net - Is there a tool that will allow me to design a SQL Database, then script it for me? -


i looking tool allow me design sql 2008 database, including tables, columns, relationships between tables (pk,fk etc) , produce scripts me can run create database.

the idea here rather plan once, manually script, can overview of how database look, tool script me.

then can make changes need , re-script.

does such tool exist? built in visual studio 2010 (ultimate)?

why not kill 2 birds 1 stone? define , access database nhibernate(insert other orm here) , generate create/alter scripts schemaexport (or other orm's tool). want random microsoft wizard create tables?


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -