我在 SQL Server 2016 中有一个存储过程,在其中执行外部 R 脚本。我很难弄清楚为什么这个过程对我有用,但是每当有人运行它时,他们都会收到此错误。他们运行一次后,我也无法运行该过程,并且此错误是默认结果:
Location: tmpilb.cpp:2532
Expression: fFalse
SPID: 76
Process ID: 2036
Description: Attempt to access expired blob handle (1)
Msg 21, Level 20, State 1, Line 0
Warning: Fatal error 3624 occurred at Jun 19 2017 3:07PM. Note the error
and time, and contact your system administrator.
Msg 596, Level 21, State 1, Line 0
Cannot continue the execution because the session is in the kill state.
Msg 0, Level 20, State 0, Line 0 …Run Code Online (Sandbox Code Playgroud)