How to compress XML data in SQL 2022? | SQL Server 2022 new features | Can SQL 2022 XML compression save disk cost with XML data?

This article about , How to compress XML data in SQL 2022? or How SQL Server 2022 can help optimize storage with XML data compression. SQL Server 2022 new features : XML Compression SQL Server 2022 come up with a lot of new features and update which can help to improve SQL Server performance and … Read more

How SQL Server Always ON can help to achieve RPO and RTO? | Achieve three in One Solution using SQL Server Always ON

This article help to How SQL Server Always ON can help to achieve RPO and RTO? OR Achieve three in One Solution using SQL Server Always ON How Always On in SQL Server works? SQL Server Always On is one of the best high availability method started from SQL Server 2012. This can be used … Read more

Database recovery is slow due to log file issue in SQL Server Always ON failover | How to troubleshoot database startup slowness in SQL Server Always ON?

This article guides on Database recovery is slow due to log file issue in SQL Server Always ON failover? | How to troubleshoot database startup slowness in SQL Server Always ON failover ? What is DB startup in SQL Server? Whenever there is planned or unplanned SQL Server stop or restart , SQL server will … Read more

How to Resolve, Cannot open server ‘testdbserver’ requested by the login for Azure SQL Database | Resolve Client with IP address ” is not allowed to access the Azure SQL server.

This article guides , How to Resolve, Cannot open server ‘testdbserver’ requested by the login for Azure SQL Database or Resolve Client with IP address ” is not allowed to access the Azure SQL server. What is Azure SQL Database? Azure SQL database is pass(platform as Service) offering from Microsoft. You can use Azure SQL … Read more

How to resolve restore error in SQL Server 2022? | Resolve ,Column name or number of supplied values does not match table definition.

This article guides, How to resolve restore error in SQL Server 2022? or Column name or number of supplied values does not match table definition. Why below error occurred? Sometime we get request to restore database from SQL Server 2012 or 2014 to SQL Server 2022 or we have database refresh job on old server … Read more

How to get filenames from Azure blob storage using PowerShell? | List filenames from Azure Storage

This article guides How to get filenames from Azure blob storage using PowerShell? What is Blob storage? Blob storage or Azure storage is file storage service on Microsoft Azure cloud. We can use this to store various types of file. It supports Blob, file and table. Most common use of azure storage to store file … Read more

How to resolve AzCopy common errors? | AzCopy failures troubleshooting

This article guides, How to resolve AzCopy common errors? or AzCopy failures troubleshooting What is AzCopy? Microsoft Azure provided cloud storage called azure storage where you can upload or download files from storage. This can be used for many purposes. As DBA most common scenario is to copy file to azure blob storage. Sometime we … Read more

How to resolve ,Backup and Restore operations on Block Blobs are not supported when WITH CREDENTIAL syntax is used.

This Article guides about, How to resolve ,Backup and Restore operations on Block Blobs are not supported when WITH CREDENTIAL syntax is used. What is URL backups in SQL Server? From SQL Server 2012 , we can take SQL database backups on Azure Blob Storage. This backup called URL backup. They are similar like disk … Read more