Page 1 of 1

Backup Restore MS Sql

Posted: Thu Oct 01, 2015 6:00 am
by Jack
Hello,
I have a MS SQL database and want to make backup of the table DEM.
I try this code but it d'nt work (go to the catch) :
***
csql:=[UNLOAD 'c:\apps\dem.txt' DELIMITER '|' SELECT * FROM DEM]

Try
oCon:Execute( cSQL )
Catch
ShowAdoEr(oCon,cSql )
Return
End try
***

Any idea ?

Thanks

Re: Backup Restore MS Sql

Posted: Thu Oct 08, 2015 9:12 am
by Jack
No idea about Backup ?
How is it possible to make a copy of a Table with a SQL command ?

Thanks

Re: Backup Restore MS Sql

Posted: Thu Oct 08, 2015 9:41 am
by Baxajaun