Easy way to convert exec sp_executesql to a normal query?

后端 未结 10 1363
一整个雨季
一整个雨季 2021-01-31 09:37

When dealing with debugging queries using Profiler and SSMS, its pretty common for me to copy a query from Profiler and test them in SSMS. Because I use parameterized sql, my q

10条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 09:48

    Sql Prompt got this feature recently (2017-02-06). Select the text and look for "Inline EXEC" in the context menu. Gotta love Prompt :)

提交回复
热议问题