Skills SQL Server DBA Database Administration: Difference between revisions

From MillerSql.com
NeilM (talk | contribs)
NeilM (talk | contribs)
Line 86: Line 86:
   </div>
   </div>
</div>
</div>
SQL Server database backups, differential, incremental backups, transaction log backups
SQL Server database backups, differential, incremental backups, transaction log backups, simple vs full recovery models.


SQL Server database restores
SQL Server database restores

Revision as of 20:45, 7 October 2024

Performance tuning

/indexing/statistics

Query hints

SQL Profiler / server-side traces

Query plans / Actual execution plans

SQL 2008 Best Practices Analyzer

Performance Dashboard

Locks, blocking, and deadlocks

Capacity planning

Used at:...
  Used at: 
  Autodata

Capacity planning

SQL Licencing

Security

user accounts

orphaned users

Failed logins

SQL Agent

SQL Agent

SQL Scheduled jobs

Alerts

Backups and restores

Used at:...

SQL Server database backups, differential, incremental backups, transaction log backups, simple vs full recovery models.

SQL Server database restores

Moving databases by detaching, moving, and reattaching their .mdf and .ldf files.

Data Migration

Source directories for source files

Staging tables

ETL

ELT

Fact, dimension tables

Trigger files

Header rows (in files).

Duplicate rows

File and data concatenation (joining of the content of one file with the next)

SQL Server upgrades

Used at:...

SQL Server version upgrades & downgrades

SQL Server versions

SQL Server versions:

  • 2000
  • 2005
  • 2008
  • 2012
  • 2016
  • 2017

Database mirroring and log shipping

Used at:...
  Used at: 
  Autodata

Database mirroring and log shipping

Transactional Replication

Transactional Replication Log Reader Distribution database Merge replication

Synonyms

Used at:...

Synonyms

Other

Out of hours support

Logging

Testing

TEMPDB database