|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Free tool to Backup/restore Databases remotely?
Hi i've tried a few remote administration tools including Microsofts own Web Data Administrator for SQL server... but none of them seem to do what is essential to me and that is backup/restore databases to a file.
The only tool that seems to do it is myLittleAdmin but it's very expensive. Does anyone know of a free tool that can just backup/restore databases. I dont really want to have to use export/import data as things like triggers get lost when using it with these remote programs. Thanks |
|
#2
|
||||
|
||||
|
You can control DTS from ASP pages (or call a stored procedure) and obtain a remote backup utility.
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins |
|
#3
|
|||
|
|||
|
From what ive been reading I should be able to use the query tool in web data administrator using the following syntax:
BACKUP DATABASE DBNameGoesHere TO DISK = 'C:\temp\Somefilename.bak' WITH INIT RESTORE DATABASE DBNameGoesHere FROM DISK = 'C:\temp\Somefilename.bak' WITH REPLACE This works with the standard query analyzer tool so I assume it works with the remote query tool also? |
|
#4
|
|||
|
|||
|
Hi there,
You can try out Shawman Backup Management System V 2 which is absolutely free and can be obtained from www.shawmansoftware.com. Do let me know if this tool works out for you. I personally use this tool to backup and restore database. In case you find any problem downloading this tool, you can write to hris@shawmansoftware.com intimating the same. Good Luck, Sufiyan |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Free tool to Backup/restore Databases remotely? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|