Viewing 4 posts - 1 through 4 (of 4 total)
I tested this solution and it worked. I'm still trying to find a more polished way of achieving the results, though.
=Replace("Valore Punti (" & FormatCurrency(0, nothing) &...
October 4, 2022 at 11:51 pm
the index on the temp table helped. what also helped tremendously was to use the switchboard approached mentioned above. Now user without restrictions can join to dbo.Member and get the...
January 15, 2021 at 9:31 pm
Unfortunately there's no clustered index on the MemberID which is of a type uniqueidentifier
I did notice that if I disable the filtering and join straight to the dbo.Member table (so...
January 15, 2021 at 4:28 pm
If I determine that I need to filter the members, I make a call to a tablevalue function and insert those records in a temp table
In my test environment, without...
January 15, 2021 at 4:19 pm
Viewing 4 posts - 1 through 4 (of 4 total)