How to execute dynamic CREATE TABLE DDL to create tables in SQL server?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
swapnilbera
6 - Meteoroid
11-13-2020
02:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello everyone,
I'm trying to generate a dynamic create table DDL script using Alteryx. Upto creation of the DDL script is fine but now I want to execute that to create all those tables in my SQL Server database. Can anyone of you please guide me how to do that?
Thanks in advance.
Labels:
- Labels:
- Database Connection
- Input
- Output
1 REPLY 1
Alteryx
11-13-2020
07:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This link should help if you look at MarqueeCrew's response: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Create-table-from-schema-definition/td...
