Link to home
Start Free TrialLog in
Avatar of Michael Inman
Michael Inman

asked on

Add Progress % to SQL Query in C#

I have a SQL query that is going to be returning a large data set from a database table (over a million records), is there a way to create a Progress indicator in C# if I'm using SQL Data Client to execute the queries? I also need to do this same thing for a MERGE (INSERT, UPDATE, DELETE) query that could take some time. Is this possible in a Console App or Windows Forms app?
SOLUTION
Avatar of ste5an
ste5an
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
All post answered the question.