Automating Common DBA Tasks - Grant Fritchey - SQL In The City 2013

Post on 22-Jun-2015

237 Views

Category:

Technology

2 Downloads

Preview:

Click to see full reader

DESCRIPTION

Learn from Grant Fritchey about the common, repetitive tasks required to administer databases. Identify tools available to help make the tasks easier. Automate the resolution of these tasks in order to reduce time spent and errors produced.

Transcript

• Validate Production Deployment

• Validate Data Load

• Recover Objects From Backups

• Maintain Lookup Data

• Audit Database Structures

• Not just Production

• Deployments happen frequently

• Failed deployments are costly

• Recovery may be impossible

• Code creep occurs in databases too

• Provide a safety net for data movement

• Partial success is hard to identify

• More than just a row count

• Makes immediate recovery possible

• Oops

• Restore is first choice

• Restore may not be possible

• Not just objects, but data

• Common data

• Multiple locations

• Consistent behavior

• Accurate data retrieval

• Others with ‘sa’ priveleges

• Unknown state of server

• No deployment process

• No change log

• Legal compliance

• Compare works with

– Databases

– Backups

– Scripts

– Snapshots

• Use command line

• Learn PowerShell

top related