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

后端 未结 24 701
夕颜
夕颜 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:52

    Ok, so what I'm getting from all these answers is "No, that is not possible."

    Edit:

    Here is how I was able to do this:

    1 - Download SQL Developer

    2 - Download the jTDS driver

    3 - Follow these instructions to add that driver to SQL Developer

    4 - Connect to SQL Server using SQL Developer (cool!)

    5 - Run it and life is good

提交回复
热议问题