N
Nathan Baulch
I have written a windows application that needs to perform an SQL Server
RESTORE.
Given that this process can take up to 5 minutes, I would like to monitor it
with a progress bar.
Is this possible using ADO.net or do I have to use the SQLDMO.Restore class?
I have tried using an SqlDataReader.Read() inside an infinite loop but no
data is ever returned.
Nathan
RESTORE.
Given that this process can take up to 5 minutes, I would like to monitor it
with a progress bar.
Is this possible using ADO.net or do I have to use the SQLDMO.Restore class?
I have tried using an SqlDataReader.Read() inside an infinite loop but no
data is ever returned.
Nathan