Excel files from local machine to SQL server
- 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
Hi All,
Need help in getting data from Excel files on the local machine to the SQL server.
I have a few excel files on my local machine (can be in a shared location), want to import those files into SQL server (On-prem). or Destination can tableau extract as well.
The workflow works fine on my local machine, but I want to deploy onto the server and schedule a job to run every day.
This should be a simple task(I think) but not able to find any online guide to get this done.
In the power bi, Azure world we use Data gateway to get local/on-prem data.
Do we have something similar for Alteryx? I read somewhere we need to create .bat file with user credentials in the "Events" section.
Can you please help with the steps to get this working?
Regards,
Arvind
- Labels:
- Database Connection
- Publish
- Scheduler
- Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Arvindkumar
It seems you need either Alteryx Scheduler or Alteryx Server for your purpose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you are just looking to upload an dataset from excel to a table in SQL Server, you need two tools: Input (excel sheet) and Output (SQL Table). The challenge you might run into is that if you want to load onto a server you need to ensure that you have the permissions set correct for you workflow to access that server and file share.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have the server with me, that is where I want to schedule this and need the correct steps to make the workflow run on the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
"The challenge you might run into is that if you want to load onto a server you need to ensure that you have the permissions set correct for you workflow to access that server and file share. "
How do get this working? basic steps please, my login has access to the file share and the SQL server, can hardcode my credentials to make it work for now.
Any link which does this step by step would be helpful.
Surprised, for this basic task I am not able to find any guide online.
