Hi,
I have a time consuming SP which's invoked from my VB program. What the best
way to get the status of my SP ? I need to keep track of how much is done.
Is there some kind of callbacks/events in Transact-SQL ?

Any ideas?