Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15694

Moving a database created with LocalDB to a production server ?

$
0
0

I'm developing a web app in VS2012 using LocalDB to create/update the database.  For what I understood so far, "...LocalDB is an execution mode of SQL Server Express targeted to program developers..."  therefore, when the web application is to be deployed to a remote production server (ISS 7) I will need to detach the database from the local development server and copy/attach it to the production server, that has SQL Server Express installed, using the SSMS. Please confirm if this the correct way to do it? Thanks.


Viewing all articles
Browse latest Browse all 15694

Trending Articles