Can I generate a .sql update script from an edmx file?

382 views Asked by At

I know its inherently backwards in terms of how database first should work but as it stands im unable to convert the project to be code first; i was wondering if it was possible to generate a sql update script based on changes made in the edmx, opposed to a full database regeneration or updating the edmx from the database?

0

There are 0 answers