Data Migration and Importing Bteq Script

Hello,
So I need to import bteq script to singlestoredb.
Is there a way to do that?

Thank you for any suggestions.

Can you say more about what you’re trying to do? How big is the BTEQ script and how complicated is it?

If it is mostly just SQL, you may be able to edit it manually or with sed and get SQL you can just run against SingleStore with the SingleStore mysql client:

If you’re trying to migrate a bunch of data, there are several ways to do it, like by exporting data to CSV and using SingleStore Pipelines, or using SingleStore Replicate.

Thanks for the reply.

There is a bunch of BTEQ scripts that need to be transferred from Teradata to SIngleStore.

You mean if the BTEQ script body is more or less like SQL it can be uploaded manually to SingleStore but what to do if there are multiple such scripts, then manually updating would be tedious right?