asp.net - Visual Studio copy existing database into MVC project for offline development -


i using visual studio 2013 community edition asp.net mvc project targets database on sql server 2012 instance.

i want able continue development when not connected network therefore need copy of database have in app_data folder.

i have not come across quick , easy solution pull down copy of database project, include schema , data (the database working small).

is there in visual studio allow me take copy , update when required? if not, other methods people using?

edit:

the full database engine not installed locally, supporting applications ssms, bids etc. express localdb versions available installed part of visual studio installation.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -