News

New ADR improvements in SQL Server 2022 Multi-threaded version cleanup In SQL Server 2019 (15.x), the ADR cleanup process is single threaded within a SQL Server instance. Beginning with SQL Server ...
This code is used to add a new log file to the database using the alter database command. Method 2-Recover Database from an Existing Backup If you fail to rebuild the corrupted Log files, then you can ...
After an unexpected shutdown, crash, or transaction failure, SQL Server’s “In Recovery” feature helps restore the database to a consistent state. SQL Server analyses, redos, and undo a database in ...
You can take backups of databases from SQL Server on Linux with many different options. On a Linux server, you can use **sqlcmd** to connect to the SQL Server and take backups. From Windows, you can ...
This quickstart helps you understand how to write backups to and restore from the Azure Blob Storage. The article explains how to create an Azure Blob Storage container, write a backup to Azure Blob ...