Replies: 2 comments
-
Hi, I have found that this feature has been probably already implemented for a long time, but just not well documented - see #870. In VS Code keybindings, you can search for "mssql.runCurrentStatement" or "MS SQL: Execute Current Statement." It looks like this works as you described for running specific statements. |
Beta Was this translation helpful? Give feedback.
-
Hi @stemabo, Thanks for your request, as @jackie4u already mentioned this functionality is available in VS Code via Keybindings. You can find more information in our wiki: Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Ctrl+F5 shortcut in Azure Data Studio is used to execute the query where the cursor currently sits, rather than executing all queries in the current window or file. This functionality is particularly useful for running specific statements without affecting other parts of your script, and it is so much quicker than having to Shift/mouse-select the query I would like to run.
Beta Was this translation helpful? Give feedback.
All reactions