Quote:
|
Originally Posted by Will I think I need to work out how get the data from my local MS SQL Express database into the remote MS SQL Server 2005, and then alter my web.config file / application provider settings to point at that 2005 server instance. |
One thought -- if you want to keep some sort of backup (other than that done by your provider), then you'll need to be able to get the data back from the SQL server on the website, back in to your own local SQL server.
Also much safer to play about with a local copy, than with the live version when you're developing
SpinDr