Hi,
I am reading an article about Entity Framework 4.0 that states the following:
"The model's context menu has an option to 'Generate Database Script from
Model'. When you select this option you'll find that you do need to point
to an existing database. The script won't create the database itself,
just the schema, which means that you'll need to create the database yourself
in advance."
If the EF 4.0 designer generates SQL to clobber the existing database, why is an existing database first required ?
Thanks,
Scott