G
Guest
All,
I am using SQL Server Manager Objects (SMO) Restore to restore an SQL
Database.
All works well however when I set the PercentCompleteNotification = 1
I would of expected the PercentCompleteEventHandler to trigger every one
percent, instead it triggers a total 23 times not 100.
Yet If I set PercentCompleteNotification = 10 the
PercentCompleteEventHandler will trigger ten times which is expected.
Does anyone know what the problem is?
Thanks in advance.
I am using SQL Server Manager Objects (SMO) Restore to restore an SQL
Database.
All works well however when I set the PercentCompleteNotification = 1
I would of expected the PercentCompleteEventHandler to trigger every one
percent, instead it triggers a total 23 times not 100.
Yet If I set PercentCompleteNotification = 10 the
PercentCompleteEventHandler will trigger ten times which is expected.
Does anyone know what the problem is?
Thanks in advance.