I am using the Project Server application which sits on top of a database. I have hundreds of edits to make to Project Server but Itβs unrealistic to edit all of the Projects, one at a time. Instead of doing it one at a time, I was thinking of running an UPDATE sql script to write directly to the database.
Is this considered bad practice and would it break project server?