SSMS - "Edit TOP n Rows" - Script dazu anzeig- und editierbar

English at the bottom of the German part.

Obwohl ich schon jahrelang mit dem SSMS (SQL Server Management Studio)- und dort mit der rechten Maustaste - arbeite, war mir nicht klar, dass man sich den dahinterliegenden SQL Script editierbar anzeigen lassen und ändern kann, im Prinzip genau wie das SELECT TOP n. Der Unterschied ist nur, dass beim "SELECT TOP n" automatisch oben der Script und unten das Ergebnis steht. Beim "EDIT TOP n" wird "nur" das Ergebnis angezeigt und ich habe keine Möglichkeit gefunden, die Anzeigen so zu ändern wie beim "SELECT TOP n", dass das Ergebnis genauso geteilt erscheint.

Aber auch hier hilft die rechte Maustaste weiter. "EDIT TOP n" ausführen.  In der angezeigten Tabelle rechte Maustaste "Pane" (Deutsche Version: "Bereich")  öffnet ein weiteres Submenü mit

"Diagram"   - Die zugrundeliegende Tabelle als Bild
"Criteria"     - Die Spalten der Tabelle mit Ankreuz-Option (praktisch, ankreuzen ändert das SQL Statement)
"SQL"           - Das dazugehörige SQL Script
"Results"     - Ein- und Ausblenden der editierbaren Tabelle

Nach dem Ändern des SQL Statements muss man nochmals die rechte Maustaste - Execute SQL - bemühen, da die "Execute" Taste (aus dem Edit Menü) oben in der Menüleiste ausgegraut bleibt.

Auf diese Weise kann man auch mit "EDIT TOP n" das SQL Statement editieren.

Shortcut - "Show SQL" <CTRL> 3  - "Execute SQL" <CTRL> R

Das "Pane" ("Bereich") Menü ist wohl im "SELECT TOP n " Submenü nicht vorhanden.

--------------------------------------

Although I have been working with the SSMS (SQL Server Management Studio) for years - and there with the right mouse button - I did not realize that you can edit the underlying SQL script and change it, in principle just like the "SELECT TOP n" The difference is that the "SELECT TOP n" automatically shows the script at the top and the result at the bottom. When "EDIT TOP n" "only" the result is displayed and I have not found a way to change the outfit as in the "SELECT TOP n", so that the result appears equally visually divided.

But here too the right mouse button helps. After executing "EDIT Top n"  - in the table displayed use right mouse button "Pane" - that opens another submenu with

"Diagram" - The underlying table as image
"Criteria" - The columns of the checkbox option (handy, tick changes the SQL statement)
"SQL" - The associated SQL script
"Results" - hide / show the editable table

After changing the SQL statement, you have to re-execute the right mouse button - Execute SQL - because the "Execute" button (from the Edit menu) at the top of the menu bar remains greyed out.

In this way you also can edit the SQL statement with "EDIT TOP n".

Shortcut - "Show SQL" <CTRL> 3  - "Execute SQL" <CTRL> R

The "Pane" menu does not exist in the "SELECT TOP n" submenu.