当前位置: 代码迷 >> Sql Server >> 无法捕获Exec执行的异常信息
  详细解决方案

无法捕获Exec执行的异常信息

热度:10   发布时间:2016-04-27 12:28:25.0
无法捕获Exec执行的错误信息!
Set @SQLStr= 'Delete from [[email protected]+'].[email protected]+'.dbo.tbQSD Where [email protected]_recpid+''' 
  Insert Into [[email protected]+'].[email protected]+'.dbo.tbQSD Select * from dbo.tbQSD Where [email protected]_recpid+''' 
  Delete from [[email protected]+'].[email protected]+'.dbo.tbClientCHInOut Where [email protected]_recpid+''' 
  Insert Into [[email protected]+'].[email protected]+'.dbo.tbClientCHInOut Select * from dbo.tbClientCHInOut Where [email protected]_recpid+''' '
  Print(@SQLStr)
  Exec(@SQLStr)
  If @@Error>0
  Begin
Select @ReStatus=2, @ReMsg='插入错误'
return
  End




------解决方案--------------------
这是什么? 是VB脚本?还是PL-SQL语句?需要简单说明背景。
------解决方案--------------------
你的问题时什么?需要简单介绍一下。我们只看到了一些代码。不知所云。
  相关解决方案