Backing Up Database from Remote Server to Local in VB.NET
- by Pradeep
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.