When writing SQL scripts to update my largest client’s system I find that, unlike my psychology with looping code , I hesitate to run my instructions. I double check myself, write test quires to verify recordsets, create test tables to run against and in general waste an incredible amount of time. Is this normal ? I’m not exactly a newbie with SQL (16 years ? more ?) , and my stuff works, when I run it. Is it that I test each bit of my VBA code as I write the loops and so trust it more ? Is it that I don’t want to lose my customer ?
Is this a common condition ?