0

I work with SQL Server and Oracle. For Oracle, use SQLDeveloper and to run the query, just place the cursor on the line where the execution is done up to where the "/" or ";" appears. And in SSMS v19, is there any add-in or native option?

I tried to install this add-in ssms-executor, but it doesn't have compatibility for SSMS v19 yet.

  • 2
    In an SSMS query window, select the statements/batches you want to execute and press F5. – Dan Guzman Mar 31 '23 at 12:55
  • Aside... in SQL Server the `;` character is a *statement terminator*. The batch separator is the non-standard T-SQL keyword, `GO`, which is only recognized by SSMS, sqlcmd and a few other tools. – AlwaysLearning Mar 31 '23 at 13:55

0 Answers0