/AnalyzeAndRecommendSqlSku

This script wraps the process of collecting and analyzing database performance counters to recommend a SQL Azure SKU into a simple script.

Primary LanguagePowerShell

AnalyzeAndRecommendSqlSku

Quickly create recommendations for which SQL Azure Sku to run based on current SQL Server usage

Description

This script wraps the process of collecting and analyzing database performance counters to recommend a SQL Azure SKU into a simple script. Please capture at least 40 minutes worth of data for a valid recommendation. Prerequisites:

Example

To analyze for 40 minutes and get a recommendation .\AnalyzeAndRecommendSqlSku.ps1 -CollectionTimeInSeconds 2400 -ConnectionString "Server=myServerAddress;Initial Catalog=master;Trusted_Connection=True;"