Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 CLR function Wait For Timeout

Author  Topic 

shenulal
Starting Member

11 Posts

Posted - 2013-01-22 : 02:50:32
I have a CLR function running in SQL SERVER which sometimes takes long time to execute.

I just want to rollback the function if it exceed particular time (Say timeout 2000)

How can i satisfy this.

Regards,
Shenulal

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2013-01-22 : 04:30:48
I'd be more concerned about why it was taking so long to run and fix the root of the problem.
Go to Top of Page
   

- Advertisement -