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

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 Microsoft SQL Server Error 15401? | Error Could not obtain information about Windows NT group/User error code 0x534

This article helps, How To Resolve Microsoft SQL Server Error 15401? or Error Could not obtain information about Windows NT group/User error code 0x534 How SQL Server access work with AD groups? As best security practice system admin team create different AD groups for SQL Server database access. Those groups are created based on access … Read more

How to resolve SQL query takes 30 min on one server and same will takes 3 hours on another server? | Query slowness due to Maxdop and CPU issues on SQL Server

This article is about, How to resolve SQL query takes 30 min on one server and same will takes 3 hours on another server? or Query slowness due to Maxdop and CPU issues on SQL Server Sometime customer raise ticket that they are facing query slowness issue on one server and same query executing quickly … Read more

Database status is in recovery pending | How to resolve cannot open database test requested by the login?

This article help to resolve, Cannot open database “test” requested by the login. The login failed. Login failed for user ‘ABC\Test’. or Database status is in recovery pending Why we get error Cannot open database “test” requested by the login. The login failed. Login failed for user ‘ABC\Test’ Sometime due to heavy SQL queries or … 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 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 ,The log for database ‘TestHA’ cannot be shrunk until all secondary’s have moved past the point where the log was added.

This article guides, How to resolve ,The log for database ‘TestHA’ cannot be shrunk until all secondary’s have moved past the point where the log was added. How synchronizations works in SQL Server AlwaysON? In SQL Server alwaysON, there are at least 1 or more nodes are part of it. Whenever any data change like … Read more

How to perform Index maintenance of large tables in availability groups? | Index maintenance in availability groups for 10 TB Database

This article some best practices about How to perform Index maintenance of large tables in availability groups? OR Index maintenance in availability groups for 10 TB Database What is index in SQL Server? Index is an object in SQL Server database which can be used to retrieve data faster and improve query performance. Mainly there … Read more

How to resolve Report server URL was not working? | Fix rsCannotValidateEncryptedData error

This Article help , How to resolve Report server URL was not working? or Fix rsCannotValidateEncryptedData error What is SSRS? SQL Server Reporting Services are getting used to create various type of reports from database or data warehouse. This reports are useful to identify various trends, business metrics etc. This reports can be accessed from … Read more