HI
I'M using VS2005 / VB.NET and SQL SERVER 2005. When I run very long process by running a stored procedures called in my application, I would like to have the possibility to abort and rollback this process.
How can i obtain process ID of the process launch in my application in order to kill it ?
Do exists an other way to do that ?
Thanks in advance