Progress bar with SQL Compare

aperregatturvaperregatturv Posts: 67
edited April 8, 2006 6:26AM in SQL Toolkit Previous Versions
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

Comments

Sign In or Register to comment.