I'm looking for an easy way to run an SQL file on my SQL Express from Visual Studio Express.
When not using express, this way is nice and easy.
So far, using sqlcmd seems like my fastest option (i have a batch file for easy drag and drop purposes).
Anyone know of a neater way to update my DB from my Entity model?
TIA