Convert MS sql to Mysql
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I am new to Alteryx. Can I take a MS sql file and convert it to Mysql in Alteryx? I was thinking it could be as simple as the input tool being the mssql file and the output tool going to mysql.
Thoughts?
Solved! Go to Solution.
- Labels:
- Database Connection
- Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Do you mean the syntax it's self?
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes. The script. If they export the file type as an export sql script. Can we convert that using Alteryx?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No, I don't believe Alteryx can be used as a script conversion tool.
Alteryx is designed to work with data, it is designed as a tool that is likely to do the same job as what the script is doing, to prepare, and transform data.
In theory you can convert it with Alteryx, but it would require yourself to build the transformation of the old script to the new script.
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That makes sense. Thanks Ben!
