Translation of "T-SQL syntax" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
You can manually edit objects that do not convert by using T-SQL syntax.
Sie können Objekte, die nicht mit der T-SQL-Syntax konvertiert werden, manuell bearbeiten.
Create and alter tables using T-SQL syntax (simple statements)
Erstellen und Ändern von Tabellen mithilfe von T-SQL-Syntax (einfache Anweisungen)
You have to include the character, like in the T-SQL syntax.
As a general remark, the JSON support in SQL Server 2016 is primarily exposed through the T-SQL syntax, as tooling is quite limited now.
Allgemein sei angemerkt, dass die JSON-Unterstützung in SQL Server 2016 hauptsächlich über die T-SQL-Syntax bereitgestellt wird, weil Tools zurzeit nur recht eingeschränkt verfügbar sind.
Other results
Converting database objects takes the object definitions from the Access metadata, converts them into equivalent Transact-SQL (T-SQL) syntax, and then loads this information into the project.
Zum Konvertieren von Datenbankobjekten werden die Objektdefinitionen aus den Access-Metadaten verwendet, Sie werden in eine äquivalente Transact-SQL (T-SQL)-Syntaxkonvertiert, und diese Informationen werden dann in das Projekt geladen.
Support for T-SQL WITH ROLLUP syntax
This is an alternative syntax to the ROLLUP clause, and is provided for T-SQL compatibility.
With each new release of SQL Server, Microsoft introduces new features and keywords, and even behavioral or syntax changes to the T-SQL language.
Mit jeder neuen Version von SQL Server führt Microsoft neue Funktionen und Schlüsselwörter, möglicherweise sogar Verhaltens- und Syntaxänderungen an der T-SQL-Sprache ein.
Support for the MERGE syntax in T-SQL to update, delete, or insert (dimension) data with one statement and round-trip into the database.
Unterstützung für die MERGE-Syntax in T-SQL, um (Dimensions-) Daten mit nur einer Anweisung und einem Roundtrip in der Datenbank zu aktualisieren, zu löschen oder einzufügen.
For example if a table name of Customers is used, ADO will automatically prepend the standard SQL Select syntax to form and pass SELECT FROM Customers as a T-SQL statement to the provider.
Wenn z. B. der Tabellenname Customers (Kunden) verwendet wird, wird von ADO automatisch die zu bildende SQL Select-Standardsyntax vorangestellt, und SELECT FROM Customers wird dem Anbieter als T-SQL-Anweisung übergeben.