“Leadership is unlocking people’s potential to become better.” – Bill Bradley #Gartner #RPA #Automation
Day: August 12, 2023
If you are using = and = for outer joins, you need to rewrite your code to use LEFT JOIN (or RIGHT JOIN). Support for the the old-style joins were dropped already in SQL 2005 for compatibility level 90. And with SQL 2008 being the last version to support compat level 80, these operator are finally dead and gone.
I created a new method in the service that took a string parameter and wrote that string to a file in the same folder, which worked perfectly (well, it wrote the file to the folder but still didn’t create any diagnostic files). I have tried on my development environment and it is working OK (creating the logs etc.), which is what makes me think I have my service config file wrong.
