Pergunta

How is the method for join 2 data stream from 2 sources.

I have 2 MSSQL tables and i need to pull the data to a MySQL table BUT i dont have enough fields in MSSQL stream to fit the MySQL table not null fields.. Any advice?

Foi útil?

Solução

Based on your next question, which I just answered, you found the right answer. Just fill in the null fields with constant defaults (Add Constants).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top