Is it possible to call a SQL Server stored procedure asynchronously via C#?
I have a stored procedure which writes a backup of a specific database
I would have done it in a separate thread anyway, so I would probably go for the BackgroundWorker approach.