Hi all,
I am fairly new to Alteryx and also dont have a great knowledge of SQL. Here is the problem I have and any suggestions on best fix would be great.
In MS SQL I have a database of 65million VRMs, on occasions we need to pull the vehicle details for a list of VRMs (in current example 54k VRMs) normally i would use excel to add 'VRM', to the list of VRMs then paste them into a WHERE clause. I would use that against the DB to filter just the records I need. in a perfect world I would want to create this process as an app so that anyone could link their file of VRMs and the process would pull back the information they needed.
When I try to do this I add an input file for the 54k VRMS and I join that list to the DB with the 65m records, but the query takes forever (sorry not on server so it has to connect).
is there a way to convert a list file and then add that to the query so I can reduce the load time? Or is there a way to only read the DB against a pre defined list without adding to the Query/