A few others:
What kind of maintenance is being performed ongoing? (Index Rebuilds/Reorganization, Statisitics Updates, Datafile/Logfile size management)
If you code your scripts correctly, they should output information that can be captured into a text report by the DBA when they run the script. I always asked for that report back after deployment so I could tell if there were any issues during the deployment.
If the deployment involved changing or loading data, getting a row count using SELECT COUNT(*) from the affected table using filter criteria will tell you if the changes completed correctly.
Jonathan Kehayias
http://sqlblog.com/blogs/jonathan_kehayias/
http://www.twitter.com/SQLSarg
http://www.sqlclr.net/
Please click the
Mark as Answer button if a post solves your problem!