It’s not often that I post something here, but I find myself returning to my blog to find tricky SQL statements. This time it’s about comparing data between companies. Let’s say you have a large number of companies and you want to compare data in a specific table to see differences. This script will give […]
Tag Archives: TSQL
Updating data in multple companies using TSQL
Updating data in many companies can be very time consuming. To do this I often use TSQL code which loops the company table and does what I want to do in each company. Please observe that what you do with this is totally on you own risk. Updating through SQL does not trigger validation code […]