Back in the say, with VS 2010 it was easy to right click on the database in database explorer and generate a script to transfer the aspnetdb.mdf database to SQLServer at my host.
Now I have the opposite problem. Due a computer wipeout, I need to generate a script from the live site using SQL Server 2012 Management Studio, and then replicate that database on my local SQL Server Express.
I would greatly appreciate a step-by-step since I have never done this before.