Hi,
Looking for some advice...
I have a local Windows application using SQL Server 2012 Express. I wish to (auto FTP) transfer (once a day) the database to my web server (VPS) and have it available there for my ASP.NET web application. I've guessed at a few options, but I'm really
not sure what to do.
1. Detach and then Attach to the new uploaded file?
2. Replication
3. Synchronize databases by using Microsoft Sync Framework
Hopefully I can use the ASP.NET app to trigger whatever process I'd need to update/access the data/file. I do have VPS hosting, so I could also have a regular Win app running to perform the process.
thanks for any help you can offer.