I am moving my existing asp.net web site and sql server to a hosting environment. I am trying a couple hosting companies. Please advise whether I am on the right track.
The hosting service provider should
1. Allow the database access through connection string (asp.net), this is basic;
2. Allow remote direct database access (through Windows ODBC Data Source Administration), so I can access the database through SSMS or even an Access database (linked tables);
3. Allow create a backup automatically on a schedule and the backup file is downloadable.
I did not find any hosting company allowing me to upload a database backup file and then restore it as a new db on the hosted server. So I have to use "Microsoft SQL Server Database Publishing Wizard" to create a big script, which will create the new db on the hosted server.
Seaport
The hosting service provider should
1. Allow the database access through connection string (asp.net), this is basic;
2. Allow remote direct database access (through Windows ODBC Data Source Administration), so I can access the database through SSMS or even an Access database (linked tables);
3. Allow create a backup automatically on a schedule and the backup file is downloadable.
I did not find any hosting company allowing me to upload a database backup file and then restore it as a new db on the hosted server. So I have to use "Microsoft SQL Server Database Publishing Wizard" to create a big script, which will create the new db on the hosted server.
Seaport