Dies kann durch Eingabe des folgenden SQL-Befehls erreicht werden
This can be accomplished by issuing the following SQL command
Die Ausführung des SQL-Befehls "set nocount on/off" wird blockiert. 35088
Execution of SQL command "set nocount on/off" is blocked. 35088
Generieren eines SQL-Befehls für Update oder Insert aus einer gelesenen Datenbank-Zeile.
Generate an SQL-Statement for UPDATE or INSERT from a certain database-row.
Ausführen, Anzeigen oder Bearbeiten eines SQL-Befehls, einer SQL-Prozedur oder einer SQL-Anweisung
Run, view, or edit an SQL command, procedure, or statement
Der erste Parameter - mit i bezeichnet - nennt seine Nummer (Position) innerhalb des SQL-Befehls.
The first parameter (denoted by I) is a numbered position within the SQL command.
Innerhalb des Templates können die Parameter @0-@9 durch beliebige Inhalte (meistens Objektnamen oder Teile der Syntax eines SQL-Befehls, z.B. eine Liste von Spalten) ersetzt werden.
Within the template, the parameters @0 - @9 could be replaced by any content (usually a object name or part of the syntax of a SQL command, eg, a list of columns).
Dies ist der Name eines SQL-Befehls, der aus der Liste ausgewählt werden muss. Hier handelt es sich um ein obligatorisches Feld.
This is the name of a SQL command to be selected from the list. It is a mandatory field.
Ermitteln Sie die Möglichkeit von SQL Injection-Angriffen, wenn Sie Benutzereingaben verarbeiten, die Teil eines SQL-Befehls sind.
Identify the potential for SQL injection attacks when you process user input that forms part of a SQL command.
Die Liste "Aktionen" enthält auch Shortcuts für andere Aktionen und ermöglicht die Anzeige des SQL-Befehls, der zum Erstellen eines Benutzers verwendet wurde.
The Actions list also provides shortcuts for other actions, and provides a way to display the SQL command used to create a user.
Dies ist der Name eines SQL-Befehls, der aus der Liste ausgewählt werden muss. Die Liste enthält besondere Befehle, wie z.B. CONNECT (autorisiert jede Session-Anmeldung). Dies ist ein obligatorisches Feld.
This is the name of a SQL command to be selected from the list. This list contains special commands such as CONNECT (authorizing any session login). It is a mandatory field.
wobei databasename der Name der aktuellen Datenbank, command das Verb des SQL-Befehls (SELECT, INSERT, UPSERT usw...) und hash# ein eindeutiger Anweisungsbezeichner ist (dieser ist nicht identisch mit dem vom Server generierten Hash-Wert).
where databasename is the name of the current database, command is the SQL command verb (SELECT, INSERT, UPSERT, etc...), and hash# is a unique statement identifier (this is not the same number as the server generated hash value).
Der Ablauf beinhaltet die Aufforderung zur Eingabe eines SQL-Befehls und anschließend zur Erstellung eines Shell-Befehls mithilfe der Aktion „AppleScript ausführen".
The workflow prompts for an SQL command and then builds a shell command using the Run AppleScript action, which can bring up an authentication dialog.
Die gespeicherte Abfrage kann später aufgerufen werden , entweder über die grafische Benutzeroberfläche oder unter Verwendung des automatisch erstellten SQL-Befehls.
The saved query can be called later, either from the graphical user interface, or using the automatically created SQL language command.