score:4

Accepted answer

In this scenario you should not attach your own DB files. Create a new database (e.g. using SSMS or host's Control Panel) on the server provided by the host. Import your local data into that DB and use new server/db/uid/password in your connection string.

If your host already provided you the DB - just use existing DB (don't create a new one) but still import your local data into that DB.


More questions