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).
Geben Sie einen Pfad und einen Protokolldateinamen an, wenn Sie nach der Ausführung des SQL-Befehls die Ergebnisse überprüfen möchten.
Specify a path and log file name if you want to review the results after the SQL command runs.
Die Ausführung des SQL-Befehls "set nocount on/off" wird blockiert. 35088
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.
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.
Mit der richtigen Ausführung des SQL-Befehls kann ein nicht autorisierter Benutzer die Identität eines berechtigten Benutzers fälschen, sich selbst oder andere zu Datenbankadministratoren machen, vorhandene Daten manipulieren, Transaktionen und Salden ändern und alle Serverdaten abrufen und/oder zerstören.
With the proper SQL command execution, the unauthorized user is able to spoof the identity of a more privileged user, make themselves or others database administrators, tamper with existing data, modify transactions and balances, and retrieve and/or destroy all server data.