Traduzir "exclude null keys" para alemão

Mostrando 50 de 50 traduções da frase "exclude null keys" de inglês para alemão

Traduções de exclude null keys

"exclude null keys" em inglês pode ser traduzido nas seguintes palavras/frases alemão:

exclude ausschließen
null null
keys anwendungen codes dateien daten einer gerät hardware key keys management plattform schlüssel tastatur tasten tools unternehmen verwalten verwaltung verwenden zertifikate zugreifen zugriff

Tradução de inglês para alemão de exclude null keys

inglês
alemão

EN The SQL standard does not define NULL as a value but rather as a placeholder for a missing or unknown value. Consequently, no value can be NULL. Instead the Oracle database treats an empty string as NULL:

DE Der SQL-Standard definiert NULL nicht als Wert, sondern als Platzhalter für einen fehlenden Wert. Folgerichtig kann kein Wert NULL sein. Die Oracle Datenbank behandelt einen leeren String aber wie NULL:

inglês alemão
sql sql
standard standard
define definiert
placeholder platzhalter
treats behandelt
string string
null null
oracle oracle
database datenbank
can kann
as als
value wert
no kein
for für
but aber
empty leeren

EN DB2 does not support partial indexes, but the can be emulated like in the Oracle database when using the EXCLUDE NULL KEYS feature.

DE DB2 unterstützt keine partiellen Indizes. Durch EXCLUDE NULL KEY kann man ähnlich wie bei Oracle emulieren.

inglês alemão
support unterstützt
indexes indizes
keys key
oracle oracle
null null
can kann
like ähnlich
the man
not keine

EN These include primary Keys, Foreign Keys, ‘Not NULL’ constraint, ‘Unique’ constraint, ‘Default’ constraint and ‘Check’ constraints

DE Dies umfasst primäre Schlüssel, Fremdschlüssel, "Not NULL"-Einschränkungen, "Unique"-Einschränkungen, "Default"-Einschränkungen und "Check"-Einschränkungen

inglês alemão
primary primäre
keys schlüssel
default default
check check
constraints einschränkungen
unique unique
null null
and und

EN Accommodation of Null Values – enabled mappings of XML files and databases to use default values when sources have absent or null values, but targets must receive content

DE Mappings mit Nullwerten – ermöglichte beim Mappen von XML-Dateien und Datenbanken die Verwendung von Standardwerten, wenn die Quelle fehlende Werte oder Nullwerte enthält, im Ziel aber Inhalt erforderlich ist

EN NULL-aware comparisons provide an improved way to handle databases that contains null values

DE Dies erleichtert die Arbeit mit Datenbanken, die Nullwerte enthalten

inglês alemão
databases datenbanken
values die

EN Both tables are defined allowing the email field to be NULL, so matching name entries with NULL email fields could exist in each table.

DE Beide Tabellen erlauben laut Definition NULL im Feld "email", daher könnten in jeder Tabelle übereinstimmende Datensätze mit NULL-Email-Feldern vorhanden sein.

inglês alemão
defined definition
allowing erlauben
null null
so daher
email email
field feld
tables tabellen
fields feldern
in in
are vorhanden
the datensätze
with mit
to beide
be sein
could könnten
table tabelle
each jeder

EN The NULL equal checkbox next to the email field allows MapForce to treat NULL values in the source and target as equal for data mapping purposes, even though they are not considered equal by database rules.

DE Wenn das Kontrollkästchen "NULL equal" neben dem Feld "email" aktiviert wird, werden NULL-Werte in der Quell- und Zielkomponente im Datenmapping als gleich behandelt, auch wenn sie laut Datenbankregeln nicht identisch sind.

inglês alemão
checkbox kontrollkästchen
email email
field feld
source quell
data mapping datenmapping
null null
in the im
and und
in in
not nicht
as als
values werte
target werden
are sind

EN Null.net (mail.com) provides IMAP access to your Null.net (mail.com) account, so you can connect to your emails from your desktop email program or your mobile mail app.

DE Null.net (mail.com) bietet IMAP-Zugriff auf Ihr Null.net (mail.com) Konto, sodass Sie über Ihr Desktop-E-Mail-Programm oder Ihre Mobile Mail-App eine Verbindung zu Ihren E-Mails herstellen können.

inglês alemão
null null
account konto
mobile mobile
app app
provides bietet
access zugriff
desktop desktop
or oder
connect verbindung
program programm
net net
to herstellen
can können
emails mails
your ihr
so sodass
email e-mail

EN Filter the underlying raw data with a few clicks using different operators: =, !=, , is NULL, not NULL etc.

DE Filtern Sie die Rohdaten mit verschiedenen Operatoren: =, !=, , ist NULL, nicht NULL usw.

inglês alemão
filter filtern
operators operatoren
etc usw
raw data rohdaten
null null
with mit
is ist
not nicht

EN NULL in the Oracle Database: Even more special than SQL NULL

DE NULL in der Oracle Datenbank: Noch komischer als anderswo

inglês alemão
null null
database datenbank
oracle oracle
in in
the der
even noch
than als

EN To index an IS NULL condition in the Oracle database, the index must have a column that can never be NULL.

DE Wenn man eine IS NULL-Bedingung in der Oracle Datenbank indizieren möchte, muss der Index eine Spalte beinhalten, die niemals NULL sein kann.

inglês alemão
index index
null null
column spalte
is is
oracle oracle
condition bedingung
in in
database datenbank
can kann
to wenn

EN That said, it is not enough that there are no NULL entries. The database has to be sure there can never be a NULL entry, otherwise the database must assume that the table has rows that are not in the index.

DE Dafür genügt es nicht, dass keine NULL-Einträge vorhanden sein. Die Daten­bank muss erkennen, dass es keinen NULL-Eintrag geben kann. Ansonsten muss sie davon ausgehen, dass es Zeilen geben könnte, die nicht im Index sind.

inglês alemão
null null
entry eintrag
index index
in the im
rows zeilen
it es
can kann
entries einträge
to genügt
that dass
no keine
is vorhanden
not nicht

EN Besides NOT NULL constraints, the database also knows that constant expressions like in the previous section cannot become NULL.

DE Neben Spalten mit NOT NULL-Constraint erkennt die Datenbank auch, dass konstante Ausdrücke wie im vorherigen Abschnitt nicht NULL sein können.

inglês alemão
database datenbank
expressions ausdrücke
previous vorherigen
null null
in the im
not nicht
constant konstante
section abschnitt
that dass
in neben
cannot die

EN The strange way the Oracle database handles NULL in indexes can be used to emulate partial indexes. For that, we just have to use NULL for rows that should not be indexed.

DE Man kann die merkwürdige NULL-Indizierung ausnutzen, um partielle Indizes in der Oracle Daten­bank umzusetzen. Dafür verwendet man einfach NULL für Zeilen, die nicht indiziert werden sollen.

inglês alemão
oracle oracle
null null
used verwendet
rows zeilen
in in
indexed indiziert
for dafür
can kann
use ausnutzen
indexes indizes
just einfach
not nicht
to umzusetzen
the daten

EN There is, unfortunately, no way to tag a function that never returns NULL but you can move the function call to a virtual column (since 11g) and put a NOT NULL constraint on this column.

DE Leider kann man Funktionen, die niemals NULL liefern, nicht kennzeichnen. Man kann den Funktionsaufruf aber in eine virtuelle Spalte (ab 11g) ausla­gern und einen NOT NULL-Constraint auf diese Spalte legen.

inglês alemão
unfortunately leider
virtual virtuelle
column spalte
null null
can kann
and und
not nicht
but aber

EN The Oracle database knows that some internal functions only return NULL if NULL is provided as input.

DE Bei manchen internen Funktionen weiß die Oracle Datenbank sogar, dass sie nur NULL liefern, wenn sie NULL als Eingangswert erhalten:

inglês alemão
database datenbank
functions funktionen
null null
oracle oracle
internal internen
if wenn
as als
that dass
only nur
the weiß

EN Alternatively, we can use a constant expression that can never be NULL. That makes sure the index has all rows—even if DATE_OF_BIRTH is NULL.

DE Man kann aber auch einen konstanten Ausdruck verwenden, der niemals NULL sein kann. Dadurch ist sichergestellt, dass jede Zeile im Index ist – auch wenn die Spalte DATE_OF_BIRTH NULL ist.

EN Add a column that cannot be NULL to index NULL like any value.

DE Durch eine Spalte, die niemals NULL sein kann, kann man NULL wie jeden normalen Wert indizieren.

inglês alemão
column spalte
null null
cannot die

EN If any clause in this Charter should be declared null and void or contrary to the regulations, it shall be deemed to be non-written but shall not result in the other clauses in this Charter becoming null and void.

DE Sollte eine Klausel dieser Datenschutzerklärung für nichtig erklärt werden oder im Widerspruch zu geltenden Vorschriften stehen, so gilt sie als unwirksam, führt jedoch nicht zur Nichtigkeit der übrigen Klauseln.

inglês alemão
clause klausel
declared erklärt
void nichtig
regulations vorschriften
clauses klauseln
in the im
or oder
becoming werden
to zu
not nicht
should sollte

EN Null.net (mail.com) provides IMAP access to your Null.net (mail.com) account, so you can connect to your emails from your desktop email program or your mobile mail app.

DE Null.net (mail.com) bietet IMAP-Zugriff auf Ihr Null.net (mail.com) Konto, sodass Sie über Ihr Desktop-E-Mail-Programm oder Ihre Mobile Mail-App eine Verbindung zu Ihren E-Mails herstellen können.

inglês alemão
null null
account konto
mobile mobile
app app
provides bietet
access zugriff
desktop desktop
or oder
connect verbindung
program programm
net net
to herstellen
can können
emails mails
your ihr
so sodass
email e-mail

EN NULL-aware comparisons provide an improved way to handle databases that contains null values

DE Dies erleichtert die Arbeit mit Datenbanken, die Nullwerte enthalten

inglês alemão
databases datenbanken
values die

EN Both tables are defined allowing the email field to be NULL, so matching name entries with NULL email fields could exist in each table.

DE Beide Tabellen erlauben laut Definition NULL im Feld "email", daher könnten in jeder Tabelle übereinstimmende Datensätze mit NULL-Email-Feldern vorhanden sein.

inglês alemão
defined definition
allowing erlauben
null null
so daher
email email
field feld
tables tabellen
fields feldern
in in
are vorhanden
the datensätze
with mit
to beide
be sein
could könnten
table tabelle
each jeder

EN The NULL equal checkbox next to the email field allows MapForce to treat NULL values in the source and target as equal for data mapping purposes, even though they are not considered equal by database rules.

DE Wenn das Kontrollkästchen "NULL equal" neben dem Feld "email" aktiviert wird, werden NULL-Werte in der Quell- und Zielkomponente im Datenmapping als gleich behandelt, auch wenn sie laut Datenbankregeln nicht identisch sind.

inglês alemão
checkbox kontrollkästchen
email email
field feld
source quell
data mapping datenmapping
null null
in the im
and und
in in
not nicht
as als
values werte
target werden
are sind

EN Accommodation of Null Values – enabled mappings of XML files and databases to use default values when sources have absent or null values, but targets must receive content

DE Mappings mit Nullwerten – ermöglichte beim Mappen von XML-Dateien und Datenbanken die Verwendung von Standardwerten, wenn die Quelle fehlende Werte oder Nullwerte enthält, im Ziel aber Inhalt erforderlich ist

EN Arguments with a default value that resolves to null at runtime will no longer implicitly mark the argument type as nullable. Either an explicit nullable type, or an explicit null default value has to be used instead.

DE Ein Parameter mit einem Standardwert, der bei der Ausführung zu null aufgelöst wird, wird nicht mehr implizit als nullbarer Parameter gekennzeichnet. Stattdessen muss explizit entweder ein nullbarer Typ oder der Standardwert null verwendet werden.

inglês alemão
implicitly implizit
argument parameter
explicit explizit
default value standardwert
null null
type typ
used verwendet
with mit
as als
a ein
to zu
or oder
the wird
instead stattdessen

EN can now be null. null values will behave identically to omitting the argument, thus removing everything from the offset to the end of the array.

DE darf der Parameter length nun null sein. Wenn null angegeben wird, verhält sich die Funktion so, als ob der Parameter nicht angegeben worden wäre. Daher löscht die Funktion in diesem Fall alles von offset bis zum Ende des Arrays.

inglês alemão
null null
argument parameter
offset offset
now nun
everything alles
the end ende
to wenn
thus der
can darf
the fall
values die

EN You have multiple options to include or exclude NULL values in your analysis for text, date or numeric fields.

DE Sie können Null-Werte für Text-, Datums- oder numerische Felder ein- oder ausschließen.

inglês alemão
exclude ausschließen
null null
date datums
numeric numerische
or oder
fields felder
text text
for für
values werte

EN compatible to GnuPG modern (Version 2.1 or newer) 3 independent keys for signature, encryption and authentication RSA keys from 2048 up to 4096 bits length, ELC keys NIST/ANSI (256 to 521 Bit) and Brainpool (256 to 512 Bit) key...

DE Kompatibel zu GnuPG modern (ab 2.1) 3 unabhängige Schlüssel für Signatur, Verschlüsselung und Authentifikation RSA Schlüssel von 2048 bis zu 4096 Bit Länge, ELC Schlüssel NIST/ANSI (256 bis 521 Bit) und Brainpool (256 bis 512 Bit)...

inglês alemão
compatible kompatibel
modern modern
independent unabhängige
signature signatur
length länge
nist nist
ansi ansi
rsa rsa
encryption verschlüsselung
from ab
bit bit
to zu
and und
version von
for für
keys schlüssel

EN Tags:Microsoft no DKIM keys saved for this domain, no DKIM keys saved for this domain, Office 365 DKIM, Office 365 DKIM keys

DE Tags:Microsoft keine DKIM-Schlüssel für diese Domäne gespeichert, keine DKIM-Schlüssel für diese Domäne gespeichert, Office 365 DKIM, Office 365 DKIM-Schlüssel

inglês alemão
tags tags
microsoft microsoft
dkim dkim
keys schlüssel
saved gespeichert
domain domäne
office office
no keine
for für
this diese

EN Finding a source to generate keys and then using cloud provider CLI commands to download wrapping keys and upload wrapped keys

DE Sie finden eine Quelle, um Schlüssel zu erstellen, und nutzen anschließend die CLI-Befehle des Cloud-Anbieters, um den Wrapping-Schlüssel herunter- und die verpackten Schlüssel hochzuladen.

inglês alemão
finding finden
keys schlüssel
cloud cloud
provider anbieters
commands befehle
upload hochzuladen
source die
to zu
and und
download herunter

EN The Bluetooth mesh specification defines two main types of security key; Network Keys (NetKeys) and Application Keys (AppKeys) plus a special type of AppKey, known as Device Keys (DevKeys).

DE Die Spezifikation Bluetooth mesh definiert zwei Haupttypen von Sicherheitsschlüsseln: Netzwerkschlüssel (NetKeys) und Anwendungsschlüssel (AppKeys) sowie einen speziellen Typ von AppKey, der als Geräteschlüssel (DevKeys) bezeichnet wird.

inglês alemão
bluetooth bluetooth
specification spezifikation
defines definiert
mesh mesh
type typ
and und
as als
the wird
two zwei
a einen
special die

EN compatible to GnuPG modern (Version 2.1 or newer) 3 independent keys for signature, encryption and authentication RSA keys from 2048 up to 4096 bits length, ELC keys NIST/ANSI (256 to 521 Bit) and Brainpool (256 to 512 Bit) key...

DE Kompatibel zu GnuPG modern (ab 2.1) 3 unabhängige Schlüssel für Signatur, Verschlüsselung und Authentifikation RSA Schlüssel von 2048 bis zu 4096 Bit Länge, ELC Schlüssel NIST/ANSI (256 bis 521 Bit) und Brainpool (256 bis 512 Bit)...

inglês alemão
compatible kompatibel
modern modern
independent unabhängige
signature signatur
length länge
nist nist
ansi ansi
rsa rsa
encryption verschlüsselung
from ab
bit bit
to zu
and und
version von
for für
keys schlüssel

EN Smartsheet now uses 37-character API keys. Your 26-character API keys will still work. However, it’s a good idea to update your existing keys to take advantage of the additional security.

DE Smartsheet verwendet jetzt 37 Zeichen lange API-Schlüssel. Die 26 Zeichen langen API-Schlüssel funktionieren weiterhin. Es ist jedoch ratsam, Ihre bestehenden Schlüssel zu aktualisieren, um von der höheren Sicherheit zu profitieren.

inglês alemão
smartsheet smartsheet
uses verwendet
api api
keys schlüssel
security sicherheit
now jetzt
to zu
update aktualisieren
your ihre
existing bestehenden
advantage profitieren
a zeichen
however jedoch

EN Square Keywhiz helps with infrastructure secrets, GPG keyrings, and database credentials, including TLS certificates and keys, symmetric keys, API tokens, and SSH keys for external services

DE Quadratische Tastenkombination hilft bei Infrastrukturgeheimnissen, GPG-Schlüsselbunden und Datenbankanmeldeinformationen, einschließlich TLS-Zertifikaten und -Schlüsseln, symmetrischen Schlüsseln, API-Tokens und SSH-Schlüsseln für externe Dienste

inglês alemão
square quadratische
including einschließlich
tls tls
certificates zertifikaten
api api
tokens tokens
ssh ssh
external externe
keys schlüsseln
helps hilft
services dienste
and und
for für
with bei

EN The data key is used to unwrap the record keys, team keys and folder keys.

DE Mit dem Datenschlüssel werden die Datensatzschlüssel, Teamschlüssel und Ordnerschlüssel entpackt.

EN * You can exclude listings from your search with the exclude feature.

DE * Mit der Ausschlussfunktion kannst du Gesuche aus deiner Suche rausfiltern.

inglês alemão
search suche
with mit
you du
you can kannst
from aus

EN to exclude your browser from general Wiredminds tracking. To permanently exclude you from tracking by WiredMinds LeadLab on this website, a technically necessary cookie will be set.

DE , um Ihren Browser vom allg. Wiredminds Tracking auszuschließen. Um Sie dauerhaft vom Tracking durch WiredMinds LeadLab auf dieser Website auszuschließen wird ein technisch notwendiges Cookie gesetzt.

inglês alemão
permanently dauerhaft
technically technisch
necessary notwendiges
cookie cookie
tracking tracking
website website
browser browser
your ihren
you sie
set gesetzt
will wird
from vom

EN You can exclude terms using - e.g. convert pdf -application will exclude results that contain application.

DE Mit - können Sie Begriffe ausschließen, so wird z. B. Pdf -Anwendung konvertieren Ergebnisse ausschließen, die Anwendung enthalten.

inglês alemão
exclude ausschließen
terms begriffe
pdf pdf
results ergebnisse
contain enthalten
application anwendung
will wird
can können
convert sie
that die

EN to exclude your browser from general Wiredminds tracking. To permanently exclude you from tracking by WiredMinds LeadLab on this website, a technically necessary cookie will be set.

DE , um Ihren Browser vom allg. Wiredminds Tracking auszuschließen. Um Sie dauerhaft vom Tracking durch WiredMinds LeadLab auf dieser Website auszuschließen wird ein technisch notwendiges Cookie gesetzt.

inglês alemão
permanently dauerhaft
technically technisch
necessary notwendiges
cookie cookie
tracking tracking
website website
browser browser
your ihren
you sie
set gesetzt
will wird
from vom

EN * You can exclude listings from your search with the exclude feature.

DE * Mit der Ausschlussfunktion kannst du Gesuche aus deiner Suche rausfiltern.

inglês alemão
search suche
with mit
you du
you can kannst
from aus

EN You can import your existing private and public keys, import and update your correspondents' public keys, generate revocation certificates and much more

DE Sie können Ihre bestehenden privaten und öffentlichen Schlüssel importieren, die öffentlichen Schlüssel Ihrer Nachrichtenempfänger importieren und aktualisieren, Widerrufszertifikate erstellen u.v.m.

inglês alemão
import importieren
keys schlüssel
public öffentlichen
update aktualisieren
and u
your ihre
you sie
can können
private die
existing bestehenden

EN Tags:DKIM key upgrade from 1024-bit to 2048-bit, DKIM keys, Microsoft DKIM key manual upgrade, Microsoft O365 DKIM key upgrade, upgrade DKIM keys

DE Tags:DKIM-Schlüssel Upgrade von 1024-Bit auf 2048-Bit, DKIM-Schlüssel, Microsoft DKIM-Schlüssel manuelles Upgrade, Microsoft O365 DKIM-Schlüssel Upgrade, Upgrade DKIM-Schlüssel

inglês alemão
tags tags
dkim dkim
microsoft microsoft
manual manuelles
upgrade upgrade
keys schlüssel

EN Don?t localize strings the user will never see, such as keys in an NSDictionary (unless, of course, you ever display those keys).

DE Lokalisieren Sie keine Strings, die der Nutzer nie zu Gesicht bekommt, wie Schlüssel in einem NSDictionary (es sei denn natürlich, Sie zeigen diese Schlüssel an).

inglês alemão
keys schlüssel
unless es sei denn
display zeigen
of course natürlich
strings strings
in in
an an
localize lokalisieren
user nutzer

EN Keys provide a more secure method of signing in and allows for multiple keys, each with their own unique name.

DE Verschlüsselungen bieten eine sicherere Methode zur Anmeldung sowie die Möglichkeit, mehrere Schlüssel zu verwenden, die jeweils einen eindeutigen Namen haben.

inglês alemão
keys schlüssel
more secure sicherere
provide bieten
method methode
multiple mehrere
name namen
a einen
and die

EN - execute the ssh-keys routine upon system startup. SSh keys allocate to the root authorized_keys file.

DE - Führen Sie die SSH-KEYS-Routine nach dem Systemstart aus.SSH-Tasten weist auf die Datei root autorized_keys zu.

inglês alemão
routine routine
ssh ssh
root root
file datei
to zu
keys tasten
the dem
upon auf

EN - prevent execution of the ssh-keys routine upon system startup. As a result, SSH keys available within the vendor data will not acquire.

DE - Verhindern Sie die Ausführung der SSH-Tasten-Routine nach dem Start des Systems.Infolgedessen werden SSH-Schlüssel innerhalb der Anbieterdaten nicht erwerben.

inglês alemão
prevent verhindern
routine routine
startup start
ssh ssh
system systems
keys schlüssel
execution ausführung
not nicht
within innerhalb

EN Personalizing Stream Deck XL is a breeze. Simply drag and drop actions onto keys, and assign ready-made icons or use your own. 32 not enough? Turn keys into folders to amass as many actions as you want

DE Stream Deck XL lässt sich im Handumdrehen personalisieren. Ziehe Aktionen einfach per Drag & Drop auf Tasten und weise ihnen vorgefertigte oder eigene Symbole zu. 32 sind nicht genug?

inglês alemão
personalizing personalisieren
stream stream
deck deck
xl xl
drag drag
keys tasten
icons symbole
and und
actions aktionen
or oder
not nicht
a einfach
your eigene
enough genug
drop drop

EN Example uses: API Keys, Password, Tokens and ssh keys

DE Anwendungsbeispiele: API-Schlüssel, Passwort, Token und ssh-Schlüssel

inglês alemão
api api
keys schlüssel
and und
ssh ssh
password passwort
tokens token

EN Language keys: The language keys can be overridden by typoscript as usually. Checkout the TYPO3 wiki

DE Template Änderungen: Wenn du das Fluid Template änderst achte bitte auf die data-tags, diese müssen beibehalten werden damit die javascript Funktionalität nicht beinträchtigt wird.

inglês alemão
the wird
be werden

EN Why do we use separate zone-signing keys and key-signing keys? As we’ll discuss in the next section, it’s difficult to swap out an old or compromised KSK

DE Warum verwenden wir separate Zone-Signing und Key-Signing Keys? Wie wir im nächsten Abschnitt erklären werden, ist es schwierig, einen alten oder kompromittierten KSK auszutauschen

inglês alemão
separate separate
difficult schwierig
old alten
compromised kompromittierten
ksk ksk
section abschnitt
or oder
in the im
we wir
use verwenden
key keys
the nächsten
discuss und

Mostrando 50 de 50 traduções