Reputation: 1950
I have a website on a shared hosting. I want to do a full backup of a Sql-Server 2005 database. I can connect to db using server management studio but I cannot do full backup because I cannot reach any filesystem (due to hosting limitations). Can anybody help?
Upvotes: 3
Views: 477
Reputation: 23044
You should talk to your hosting and see what they recommend to make full backup, meanwhile you can use Import/Export Data to transfer data to a local Database.
Edit: After searching on this issue I found the following article: automatically taking backup of database on shared hosting having SQL Server 2005 express on my machine ? Plz guide
Upvotes: 2