update test1.SXT.dbo.RS 
   set Card=null 
   from test1.SXT.dbo.RS a
   where a.RsNo in (select Person_No from ST_Persons  where Is_del=1)
报错:
服务器: 消息 7306,级别 16,状态 2,行 4
未能打开表 '"SXT"."dbo"."RS"'(来自 OLE DB 提供程序 'sqloledb')。 提供程序未能支持行查找位置。 提供程序指出与其它属性或要求发生了冲突。
[OLE/DB provider returned message: 多步 OLE DB 操作产生错误。请检查每个 OLE DB 状态值。没有工作被完成。]天哪,这是为什么啊?