Hello there
I'm using Llblgen Pro 2, self-servicing (2 class) scenario, C# Winforms 2.0 and SQL Server 2000.
I need to trigger some stored procedures to run various monthly jobs (for example to kick off ETL or process Analysis Services cubes) from my UI. However, I don't want the user to have to wait for the result as I have a simple notification system set up which sends them a message when the process is complete.
How can I simply invoke a stored procedure without waiting for it to complete in the UI? I'm sure it is possible in ADO.NET to make asynchronous calls to database processes.
It may be the case that I have to trigger a job but it would be neat to do it through the UI.
Any help appreciated! As ever, excuse my inexpertise and thanks for reading/writing on this forum everyone.
Carl White