If you are using a Lightswitch project to manage your entities and database changes, how do you deploy changes to the entities to an existing, already deployed project database? Is the best way to run schema compare on the two db versions?

link|improve this question

20% accept rate
Are the changes not being reflected when you publish? I've been developing locally, and it seems that changes to the entities in Lightswitch are automatically made to the database during publish. Let me know if you see some other behavior. – Sam Johnson Apr 18 '11 at 17:46
I would like to at least check the result with a tool like SqlCompare – Ian Ringrose May 17 '11 at 16:09
feedback

1 Answer

The LightSwitch Publish wizard automatically creates a change script. It will also stop you if it cannot properly update the database schema (because you have a change that would corrupt data integrity).

LightSwitch does this by examining the destination database and comparing that to the database schema that you are trying to deploy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.