CREAR EL #Product DE LA TABLA
(
IDENTIDAD DE LA IDENTIFICACIÓN INTERNACIONAL (1.1),
Producto VARCHAR (max)
)
CREAR EL #DocumentType DE LA TABLA
(
IDENTIDAD DE LA IDENTIFICACIÓN INTERNACIONAL (1.1),
DocumentType internacional
)
INSERTAR los usp_Products del #Product (producto) EXEC
INSERTAR el usp_DocType del #DocumentType (DocumentType) EXEC
SELECCIONAR
p.Product COMO productos,
d.DocumentType COMO DocumentTypes
DE
#Product p
ENSAMBLAR POR COMPLETO
#Document d
EN
p.ID = d.ID