Hi,
I think you can write a procedure that will generate all the Teradata equalent DDL's for all the tables in SQL Server. Once the DDL's are deployed then you can copy data using the following options:
Export data from SQL Server using BCP utility
Import data to Teradata using TPT Tdload command.
OR
Use SSIS along with attutnity operators for Teradata.
Hi,
I think you can write a procedure that will generate all the Teradata equalent DDL's for all the tables in SQL Server. Once the DDL's are deployed then you can copy data using the following options:
OR