MSSQL Backup with progress: Difference between revisions

m
add syntax highlighting
m (forgot to categorize)
m (add syntax highlighting)
 
Line 3: Line 3:
It works synchronous and will return intermediate result messages ("10% completed")
It works synchronous and will return intermediate result messages ("10% completed")


<source lang="dataflex">
   Procedure TestESQLBackup     
   Procedure TestESQLBackup     
       String sConnectString
       String sConnectString
Line 59: Line 60:
        
        
   End_Procedure
   End_Procedure
</source>


Notes:
Notes:
Line 74: Line 76:
taken from: https://support.dataaccess.com/Forums/showthread.php?62564-How-to-test-if-long-running-SQL-statement-is-finished&p=332822#post332822
taken from: https://support.dataaccess.com/Forums/showthread.php?62564-How-to-test-if-long-running-SQL-statement-is-finished&p=332822#post332822


[[Category: Database Connectivity]]
[[Category: Database Connectivity]][[Category: SQL]]