Progress bar with SQL Compare
aperregatturv
Posts: 67
Using SQL Toolkit, how i show the progess bar when the SQL Compare and update is processing.
RedGate.SQL.Shared.BlockExecutor b = new BlockExecutor();
b.ExecuteBlock(block, DBServer, DBName,true,"","");
when the above is being executed.
Thanks
Arun
RedGate.SQL.Shared.BlockExecutor b = new BlockExecutor();
b.ExecuteBlock(block, DBServer, DBName,true,"","");
when the above is being executed.
Thanks
Arun
Comments
This appears to be a Toolkit 5 question. In Toolkit 4, you could hook in a StatusEventHandler to get back the percentage complete.