It was with extended stored procs that if the code that was called crashed then it would bring down Sql. Is the same
true if sqlclr calls native or com objects?
dan
Hi Dan,
guess not. It would only kill the executing app domain. Make sure to clean
up unmanaged ressource in case of an error (try..catch..finally or using)
Regs
Thorsten
> It was with extended stored procs that if the code that was called crashed
> then it would bring down Sql. Is the same true if sqlclr calls native or
> com objects?
>
> dan