LogoLogo
ReleasesHomepageBlogSlack
3.0
3.0
  • Welcome
  • Concept
  • SQLWATCH Database
    • Requirements
      • Permissions
      • Performance Overhead
      • Storage Utilisation
    • Installation
      • Install with dbatools
      • Install with SqlPackage
      • Install with SSMS
      • Deploy from source code
      • Optional Components
      • Upgrade
      • Removal
      • Downgrade
    • Configuration
    • Known Issues
      • Collation conflict
      • Database drift
      • Login failed error when running disk logger
      • Deadlock when creating database
    • Notifications
      • Checks
      • Actions
      • Reports
      • How To
        • Add or modify check
        • Add or modify action
        • Add or modify report
      • Process Flow
    • Large Environments
  • Central Repository
    • Requirements
      • Performance overhead on the remote instance
      • Permissions
    • Installation
      • Removal
      • Upgrade
    • Configuration
    • Known Issues
  • Power BI Dashboard
    • Requirements
      • Permissions
    • Installation
    • Configuration
    • Known Issues
      • Power BI Load Errors
    • Performance
  • Grafana Dashboard
    • Requirements
    • Installation
    • Configuration
  • Azure Log Analytics Dashboard
    • Concept
    • Requirements
    • Installation
    • Configuration
  • Design Decision
    • Relations
    • Trend Tables
    • Data Types
      • Real Type
    • Primary Keys
    • Data Compression
    • Configuration Items
    • Using Apply instead of Join
  • Reference
    • Data-Tier Application Package
  • Integrations
    • Send notifications to Slack and Teams
    • dbachecks
  • FAQ
    • How do I check if SQLWATCH is running OK?
    • I am not seeing any data in Power BI
    • Can I modify default checks?
    • The app_log is growing fast
Powered by GitBook
On this page
  • Introduction
  • Prerequisites
  • Stable releases
  • Beta releases (pre-releases)

Was this helpful?

  1. SQLWATCH Database
  2. Installation

Install with dbatools

PreviousInstallationNextInstall with SqlPackage

Last updated 5 years ago

Was this helpful?

Introduction

is a free PowerShell module with over 500 SQL Server best practice, administration, development and migration commands included.

Prerequisites

  1. must be installed on the computer running installation and the computer must have internet access in order to download SQLWATCH release. Best practice is to run installation from a client PC and not on the server.

Stable releases

SQLWATCH can be installed across multiple-servers using dbatools:

Install-DbaSqlWatch -SqlInstance Server1, Server2, Server3 -Database SQLWATCH

Watch this short clip showing how to install SQLWATCH with Install-DbaSqlWatch :

The Install-DbaSqlWatch was designed for unattended multi-server installations. It will download the latest release and unpack it, including the Power BI dashboard, into its own temporary directory.

Beta releases (pre-releases)

Beta release can be installed with a -PreRelease switch:

Install-DbaSqlWatch -SqlInstance DevServer1 -Database SQLWATCH -PreRelease

Beta releases can contain bugs and are not suitable for production deployments.

dbatools
dbatools
Watch this short clip
Logodbatoolsdbatools