Backing Up Database from Remote Server to Local in VB.NET
Posted
by Pradeep
on Stack Overflow
See other posts from Stack Overflow
or by Pradeep
Published on 2010-03-25T06:05:46Z
Indexed on
2010/03/25
6:13 UTC
Read the original article
Hit count: 352
Hi,
I am making a VB.NET application that can download/backup the database that is currently on a remote server.
I have Remote Server IP,Username,Password and Database name. I am also able to connect to it.
But i don't know what to do after connecting to it. I don't know what all files are need to be backed up. ( i think database and log file both must be backed up, i am not sure )
please let me know that basic commmands that i will need to backup the whole database.
Thanks in advance.
© Stack Overflow or respective owner