Viewing 7 posts - 1 through 7 (of 7 total)
Now all is perfect .. Thank you guys for your help, the final code is :
SELECT JT.TRANSID
,JT.ITEMID
...
February 25, 2020 at 12:21 pm
No, I do not want to create a view, this select will be feed by the Robot running the RPA process that this SQL should be used in, I just...
February 25, 2020 at 12:09 pm
@anthony.green :
Actually the below code is doing exactly what it needs to do, exect I have difficult getting it to ORDER by TRANSID, it says The ORDER BY...
February 25, 2020 at 11:46 am
@anthony.green : The query take more than 10 minutes to run using WHERE Clause at outer select, and approcimately 3 minutes to complete placing inside the inner join.
Here...
February 25, 2020 at 10:31 am
Hi Ten,
Thank you for your code 🙂 .. it looks it will do the trick, but the Query have now run for +5 min and I have not gotten the...
February 25, 2020 at 10:07 am
Hi ChrisM,
Thank you very much for your explanation, and the cleaning of the code - that is REALLY a lot more simple than my piece, GREAT!! .. Your...
September 20, 2018 at 4:29 am
I found a solution using another forum, and the solution if anyone is interested was this :
SELECT Afdeling,[Process Navn],body,Interval,SubjectContains
FROM
(
SELECT DISTINCT dbo.folders.name AS "Afdeling",...
September 10, 2018 at 4:40 am
Viewing 7 posts - 1 through 7 (of 7 total)