What is the proper way to execute Dynamic Sql?

前端 未结 0 679
梦如初夏
梦如初夏 2020-12-21 16:25

We have lots of SQL scripts in our codebase, which produce dynamic SQL statements, and we execute these statements against the database with

EXEC (@FINALSQL)
         


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