To show the indexes on a Table, use the sp_helpindex:
EXEC sp_helpindex N'MyTableNameHere'
For example:
EXEC sp_helpindex N'dbo.CMS_Article'
This will produce a table with the INDEXES listed:
Remarks
To show the indexes on a Table, use the sp_helpindex:
EXEC sp_helpindex N'MyTableNameHere'
For example:
EXEC sp_helpindex N'dbo.CMS_Article'
This will produce a table with the INDEXES listed:
do-release-upgrade
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.
sudo apt upgrade
do-release-upgrade
Azure App Service on Linux images using PHP 8.x are now bundled with NGINX instead of Apache. The use of .htaccess files will not work for NGINX as these are used for Apache only. This will require the need to setup a custom startup script and modifying the existing NGINX site configuration.
NGINX Rewrite Rules for Azure App Service Linux PHP 8.x - (azureossd.github.io)