Skip to content

Releases: rentadba/dbaTDPMon

dbaTDPMon - v2017.4

06 Apr 17:33
Compare
Choose a tag to compare

RELEASE NOTES (copied from http://dbaTDPmon.codeplex.com)

-- ==================================================================
-- Copyright (c) 2004-2017 Dan Andrei STEFAN (danandrei.stefan@gmail.com)
-- ==================================================================
-- Author : Andrei STEFAN
-- Module : dbaTDPMon (Troubleshoot Database Performance / Monitoring)
-- Description : SQL Server 2000 - 2016 maintenance, checks and monitoring
-- ==================================================================

/----------------------------------------------------------------------/
/* January 2017 new features & fixes
/----------------------------------------------------------------------/
/* 21.01.2017 */

  • code review / code and flow optimization

/----------------------------------------------------------------------/
/* February 2017 new features & fixes
/----------------------------------------------------------------------/
/* 25.02.2017 */

  • code review & bug fixes; merge code with changes made by Razvan Puscasu

/----------------------------------------------------------------------/
/* March 2017 new features & fixes
/----------------------------------------------------------------------/
/* 06.03.2017 */

  • enhance backup: when performing a differential database backup, check database header for existence of a full backup (do not rely solely on msdb.dbo.backupset)

/* 07.03.2017 */

  • enhance performance for health-check collecting OS Event logs
  • enhance install utility: check for database default locations. if not found, ask for parameters

/* 21.03.2017 */

  • save internal job statistics; add job history table and view - dbo.vw_jobExecutionHistory
  • save health-check database details for later capacity planning - health-check.vw_statsDatabaseUsageHistory

/* 22.03.2017 */

  • add procedure for purging old info (events, internal job logs and capacity planning raw data)

/* 24.03.2017 */

  • make install / uninstall smooth; remove warning messages