Evaluate in T-SQL

后端 未结 11 2203
悲&欢浪女
悲&欢浪女 2020-12-17 23:42

I\'ve got a stored procedure that allows an IN parameter specify what database to use. I then use a pre-decided table in that database for a query. The problem I\'m having i

11条回答
  •  萌比男神i
    2020-12-18 00:14

    Read this... The Curse and Blessings of Dynamic SQL, help me a lot understanding how to solve this type of problems.

提交回复
热议问题