Here’s the scenario: A user calls up in a panic. They created an item, and started creating records throughout the database that references that item, but then… Read more “Searching Your Entire SyteLine Database for Something”
Category: SQL
Finding Customizations
When installing patches to SyteLine, one of the key tasks you should complete is determining if any of the affected objects you are applying interfere with customizations… Read more “Finding Customizations”
Cleaning up non-Vendor objects that are identical to Vendor objects
In my Vendorization talk at the SyteLine User Network conference, I mentioned how simply poking around in SyteLine can sometimes cause unintended changes to Vendor objects. We… Read more “Cleaning up non-Vendor objects that are identical to Vendor objects”
Script out hundreds of SQL objects from a list, all at once (DANGER, WILL ROBINSON!)
DISCLAIMER: I am about to describe a way to batch generate discrete CREATE <object> .sql files, based on a list of objects. Please be aware of licensing… Read more “Script out hundreds of SQL objects from a list, all at once (DANGER, WILL ROBINSON!)”
Deadlock Hunting!
We found recently that we were dealing with an insane number of deadlocks in our system. This was causing issues during our receiving process, and we believe… Read more “Deadlock Hunting!”