Skip to content

1.0.04

Compare
Choose a tag to compare
@msorens msorens released this 15 Nov 23:07
· 8 commits to master since this release

Enhancements to Start-SqlMonitor wrapper:

  • Filters out meta-columns added due to PowerShell bug. (See http://bit.ly/1H3vFtl)
  • Added option to use literal query (-query) in addition to query from file (-path).
  • If file specified (with -path) and not found, error written
    to console rather than embedded in job log.
  • If file specified (with -path) and not found, operation aborts
    rather than launching an empty grid.
  • Made server and database parameters mandatory.
  • Attached unit tests.