TABELLE #Product VERURSACHEN
(
IDENTITÄT IDENTIFIKATION-INT (1.1),
Produkt VARCHAR (max)
)
TABELLE #DocumentType VERURSACHEN
(
IDENTITÄT IDENTIFIKATION-INT (1.1),
DocumentType INT
)
#Product (Produkt) EXEC usp_Products EINSETZEN
#DocumentType (DocumentType) EXEC usp_DocType EINSETZEN
VORWÄHLEN
p.Product ALS Produkte,
d.DocumentType ALS DocumentTypes
VON
#Product p
VOLL VERBINDEN
#Document d
AUF
p.ID = d.ID