小编Oma*_*Ali的帖子

SSMS 2016 中带有 R 脚本的存储过程错误

我在 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)

sql t-sql stored-procedures r microsoft-r

2
推荐指数
1
解决办法
561
查看次数

标签 统计

microsoft-r ×1

r ×1

sql ×1

stored-procedures ×1

t-sql ×1