I am trying to migrate from Gallery connections to DCM.
I have a Gallery connection that supports bulk loading to my MS SQL DB.
The documentation says that DCM supports bulk load for MS SQL but isn't clear on how to set it up.
When I try to create a DCM Data Source for MS SQL bulk loading MS SQL Bulk Loading isn't listed as a Technology. The only choices you have for MS SQL are: MS SQL Server ODBC and MS SQL Server Quick Connect.
Can anyone help me with how you configure bulk load for MS SQL in DCM?
Thank you,
Gregory
@gjdonaldson If it helps, within Designer 2023.2 if I add an Input Tool and then click "Set Up a Connection" with "use DCM Connection Manager (DCM)" ticked then go to the Data sources option, I can see "Bulk" as one of the options listed against Microsoft SQL server. However, my issue is that I can't see anywhere to configure this on the gallery under DCM Data Sources (we want to set up on server and sync one-way to Designer).
If you've already got it setup in your ODBC Data Source Admin on your computer you can click the cog on the right and select that ODBC connection.
@chukleswk I don't think thats a DCM connection, looks like standard data connection. Or if it is, then its not v2023.2 as that cog doesn't exist
This is in 2022.3, I'm not sure if they removed it for 2023.
DCM (Data Change Management) Bulk Load for MS SQL is like uploading a bunch of files to your computer all at once. Here's a simple breakdown:
In technical terms, you might use a tool like SQL Server Integration Services (SSIS) for this bulk load. You set up a package in SSIS, tell it where your files are, and it efficiently loads them into your SQL Server database.
So, DCM Bulk Load for MS SQL is essentially a quick and organized way to bring in a bunch of data files into your Microsoft SQL Server.
Hi Gregory, I am trying to get my Gallery Bulk Load connection working on the Alteryx Server. It works fine for me when Ateryx Desktop on my laptop, but when i save the flow to Alteryx Server, the flow doesnt work.
To get it to work on my laptop i had to remove the tablename from the "Write to File or Database".
Running it on the server, it just runs forever right now. So im wondering if i have something configured incorrectly.
THis is using ODBC Driver 17 for SQL Server and im using version 2023.1 for Alteryx Desktop and Alteryx Server .
Thanks for any advice.
Jeff