tomo
tomo

Reputation: 1950

A tool to create full SQL-Sever database backup on a shared hosting?

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

Answers (1)

Wael Dalloul
Wael Dalloul

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

Related Questions