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?
I have a website on a shared hosting. I want to do a full
Share
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