Question

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?

Était-ce utile?

La solution

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).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top