< Back

Get-AzureRmSqlDatabaseUpgradeHint

Tue Jan 29, 2019 10:08 pm

NAME Get-AzureRmSqlDatabaseUpgradeHint



SYNOPSIS

Gets pricing tier hints for a database.





SYNTAX

Get-AzureRmSqlDatabaseUpgradeHint [-ResourceGroupName] <String> [-ServerName] <String> [-DatabaseName <String>] [-DefaultProfile

<IAzureContextContainer>] [-ExcludeElasticPoolCandidates <Boolean>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmSqlDatabaseUpgradeHint cmdlet gets pricing tier hints for upgrading an Azure SQL Database. Databases that are still in Web and

Business pricing tiers get the hint to upgrade to the new Basic, Standard, or Premium pricing tiers.



This cmdlet is also supported by the SQL Server Stretch Database service on Azure.





PARAMETERS

-DatabaseName <String>

Specifies the name of the SQL database for which this cmdlet gets an upgrade hint. If you do not specify a database, this cmdlet gets hints

for all databases on the logical server.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ExcludeElasticPoolCandidates <Boolean>

Indicates whether databases in elastic database pools are excluded from the returned recommendations.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group to which the database is assigned.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ServerName <String>

Specifies the name of the server that hosts the database for which this cmdlet gets an upgrade hint.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS



NOTES









Example 1: Get recommendations for all databases on a server



PS C:\\>Get-AzureRmSqlDatabaseUpgradeHint -ResourceGroupName "ResourceGroup01" -ServerName "Server01"



This command returns upgrade hints for all databases on the server named Server01.





Example 2: Get recommendations for specific database



PS C:\\>Get-AzureRmSqlDatabaseUpgradeHint -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -DatabaseName "Database01"



This command returns upgrade hints for a specific database.





Example 3: Get recommendation for all databases that are not in an elastic database pool



PS C:\\>Get-AzureRmSqlDatabaseUpgradeHint -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -ExcludeElasticPoolCandidates $True



This command returns upgrade hints for all databases that are not in an elastic database pool.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... pgradehint

Get-AzureRmSqlDatabaseExpanded

Get-AzureRmSqlElasticPoolRecommendation