• Create procedure megaWork @param as int --...

    as

    set nocount on

    --reset progress bar

    --step one

    --update progress meter tab

    --have the application open another thread and query that progress table

    --keep working on the process of???

    --reupdate the progress meter

    --have the application recheck the progress table

    set nocount off

    go