A “change” is anything that modifies:
configuration
schema
indexes
permissions
jobs
maintenance settings
server settings
HA/DR settings
Goal (what are you trying to improve?)
Exact change (precise steps)
Risk (what could go wrong?)
Rollback (how to undo safely?)
Validation (how to prove success?)
Goal: reduce report runtime from 60 seconds to under 5 seconds
Change: create nonclustered index on columns X, Y include Z
Risk: increased write cost, storage usage
Rollback: drop the index
Validation: measure runtime before/after, watch CPU and logical reads, verify no regression
Try it now (8 minutes):
Write a change plan (Goal/Change/Risk/Rollback/Validation) for one scenario:
“Grant access to a new user”
“Create a maintenance job”
“Fix a slow query with an index”
Not a member yet? Register now
Are you a member? Login now