Viewing 12 posts - 1 through 12 (of 12 total)
I tried to learn from your script. I applied it to my project and it seems to be working. Could you please explain me couple of questions, which I don't...
November 19, 2023 at 6:51 pm
Thank you. I need a bit time to understand all parts of it.
November 18, 2023 at 8:16 pm
I found it: I changed the Temp table for the Test table in your code.
It seems to be working just fine. I will give it a deeper look.
Thank you.
July 27, 2021 at 7:50 pm
July 27, 2021 at 7:44 pm
Thanks for your reply. I think I am missing something: the rawData does not have Name column. Is perhaps cte.Name missing in the select statement?
Also [rawData].[Length] is meant to be...
July 27, 2021 at 7:37 pm
Added a script
July 27, 2021 at 5:12 pm
I created a CTE table for AA=1 and used a join with a table containing only the rows with AA =2. That is working.
April 8, 2020 at 1:01 am
Thanks for help.
March 21, 2013 at 7:48 pm
Thanks for answer.
I am not concerning about values per se. Sure, the numbers are random, so values will be different each time I run the query.
My concern is, that I...
March 21, 2013 at 5:55 pm
I see. I thought that the rank is calculated based on column(s) in a partition and not in the 'order by' clause.
Thank you for help.
March 5, 2013 at 8:28 pm
It is expected to delete workstations from the first table, which have the same Guid but different Id in the second table.
The script is an extract from the bigger script....
October 24, 2012 at 3:56 pm
Viewing 12 posts - 1 through 12 (of 12 total)