Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
database backup
Wed. Oct 1, '08 5:19 AM
( permalink)
I have seen other software that allows you to back up from with in the admin panel, can this be done with your software? If not, for a beginner is it difficult if you have no knowledge of writing scripts or code? Is there a easy to use separate piece of software to do it? Can it be done via ftp?
|
|
|
|
Samuel
-
Total Posts
:
11784
-
Reward points
:
167750
- Joined: May 23 '01
-
Status: offline
|
Re:database backup
Wed. Oct 1, '08 12:41 PM
( permalink)
There are generally two ways to do it to backup a SQL server database - ask your host to set it up for you - if you are using a hosting service
- if you have your own server, you can schedule a backup job via the SQL Management Studio interface (which is part of SQL server), which is not about writing code at all (click...click...click). See this for tutorial.
Once you have the backup saved to a place (one of the above 2 methods), you can download the file via FTP, if you save the backup file to a location that is accessible via FTP.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
Re:database backup
Sun. Oct 5, '08 5:28 AM
( permalink)
thanks, I'll speak with the company what we might use
|
|
|
|