Insert statement in an SP throws error when the SP is called from another SP

前端 未结 0 472
感情败类
感情败类 2021-02-01 18:27

I have two Stored Procedures, the first of which creates a temp table and performs an insert

IF OBJECT_ID(\'tempdb..##TempTab\') IS NOT NULL DROP Table ##TempTab
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题