tags:

views:

79

answers:

0

When I use a wizard in SQL Server 2005 to export data, it creates and executes an SSIS package. While doing this, it has a progress display, with tasks as rows in a grid, marked with a cross or tick, depending on success, and with failure, an error message link, for more detail on the failure.

Does SQL Server, SSMS, or SSIS, use a standard control or library for this? I would like to emulate the format for a custom update application where I cannot use SSIS.