Hi all - anyone know the command of even if it's possible to backup my sql database from my windows form app?
TIA
Steve.
Printable View
Hi all - anyone know the command of even if it's possible to backup my sql database from my windows form app?
TIA
Steve.
Use an SqlCommand and pass the "Backup database..." SQL syntax?
Here's a thread where this was discussed recently...
http://www.vbforums.com/showthread.p...t=backup+funds
Search for "BACKUP FUNDS" for other examples of t-sql backup syntax that I have posted...
Perfect Cheers :)