Viewing 15 posts - 1 through 15 (of 26 total)
Thanks Grant, I will look into different filters. Good to know it is not possible for all slow queries, however when I have one, I should be able to focus...
June 1, 2022 at 5:48 am
Just validated; The Service has full rights on that map.
I am also able to execute the statement succesfully when using a sql login.
January 7, 2022 at 9:51 am
SQL Server Service Account has full rights on the folder / file.
That is also confirmed because it works from the SSMS on the server itself
January 6, 2022 at 3:09 pm
I now see I made a typo.
INNER JOIN MAPPING.dbo.[MAPPING_price_FACET] AS f ON p.price <= f.[Max] AND p.price <= f.[Min];
This part says: Give me the mapping there the price is lower...
October 8, 2020 at 6:20 am
You're welcome.
I think my query does what you want. Let me know if you have checked and don hesitate if you have any questions about the query or syntax.
October 7, 2020 at 3:52 pm
With your UPDATE you try to update your records in the table Mohawk_Prod. However you are asking to give create a query which returns the information the same as Access....
October 7, 2020 at 11:30 am
Thanks a lot! That indeed did the job!
Not sure, getting this results from a supplier, which I think get this data from MapQuest.
September 28, 2020 at 1:38 pm
Hi Jonathan,
That indeed is a solution I can use, however I am curious why the ORDER BY CASE does not work, and when I add the CASE in the select...
May 6, 2019 at 4:02 pm
I found this problem in multiple versions. The customer which it is made for is on an older version, however with the same syntax it also gave the strange result...
May 6, 2019 at 3:31 pm
Thanks for the help, I will add a computed column.
January 2, 2017 at 5:10 am
Sorry, you are right. I ment changing the column names :unsure:
July 13, 2016 at 6:38 am
Good for this table, however i cannot change the tablename without changing the 'cross apply' part, so for my other table, i need to change the whole query, in stead...
July 13, 2016 at 6:19 am
Thanks for all the reply's
I will try to make the like faster.
the columns are not nullable, so the full scan needs to be done.
I will mark Jacob's answer as positive.
February 16, 2016 at 1:01 am
Viewing 15 posts - 1 through 15 (of 26 total)