I am trying to load data from a couple of snowflake tables [200-300 columns] into azure sql server. Is there a way to convert the datatypes automatically or to convert the entire table creation script ?
Asked
Active
Viewed 221 times
2 Answers
0
Paste the ddl into a text editor and use find-and-replace to change the datatypes

NickW
- 8,430
- 2
- 6
- 19
0
There are tools online that can assist here (Your mileage may vary)
Example: https://www.jooq.org/translate/

Tom Meacham
- 161
- 6