How can I run just the statement my cursor is on in SQL Server Management Studio?

后端 未结 24 670
夕颜
夕颜 2020-12-04 17:19

As a long time Toad for Oracle user, I have gotten used to hitting Ctrl+Enter and having just the statement under the cursor be executed.

In SQL Server Management St

24条回答
  •  死守一世寂寞
    2020-12-04 17:46

    This feature is present in SSMSBoost add-in for SSMS (I am the developer of this add-in):

    Shift-F5 will select the current statement (which allows you to review what you are currently going to execute). Then you press F5 and execute it.

提交回复
热议问题