How to resolve Microsoft SQL Server, Error: 5120? | How to resolve CREATE DATABASE failed. Some file names listed could not be created.

This article guides to resolve, How to resolve Microsoft SQL Server, Error: 5120? | How to resolve CREATE DATABASE failed. Some file names listed could not be created. Sometimes you will get below error while attaching SQL Server database MDF file. This error cause due to file access issue. TITLE: Microsoft SQL Server Management Studio … Read more

How to configure VM backup in azure recovery vault?

This Article guide about How to configure VM backup in azure recovery vault? Azure Recovery Services vault is place where you can keep your backup. This act as storage space on Azure.It is used to keep data backup, as well as backup like SQL Server in case of Disaster Recovery scenarios. Azure Recovery Services vault … Read more

List storage accounts in azure subscription | get storage details in azure subscription

This article about, List storage accounts in azure subscription or get storage details in azure subscription What is Storage account in Azure Subscription? Storage account is storage space given by Microsoft Azure can be used to store files. It supports different type of storage like Blob containers, File shares etc. Storage account support Mutiple tiers … Read more

How do I backup my SQL Server database to Azure blob storage? | how to resolve SQL server backup to URL?

This article describes, How do I backup my SQL Server database to Azure blob storage? or how to resolve SQL server backup to url? SQL Server support URL backup from SQL Server 2012. We can directly take SQL database backup on Azure Blob Storage. Azure Blob storage is storage space which can store your file. … Read more

How to create bacpac file from SQL server? | export bacpac file sql server | How to create a BACPAC file from SQL Server database?

This article guides, How to create bacpac file from SQL server? How to create a BACPAC file from SQL Server database? or export bacpac file sql server AZURE SQL Database is pass offering from Microsoft. We can use AZURE SQL Database as service if you want to minimize the server management. AZURE SQL Database support … Read more

microsoft sql server error 1412 always on | Always on Error – The remote copy of database “DB Name” has not been rolled forward to a point in time that is encompassed in the local copy of the database log.

This article guides to resolve, microsoft sql server error 1412 always on Why we receive SQL Server Error Message 1412 alwayson in sql server? Sometime database’s part HA stopped synchronizing. When we try to resume data movement we get SQL Server Error Msg 1412 or microsoft sql server error 1412 always on – The remote … Read more

Troubleshoot Azure backup conflict with SQL database backup chain | Cannot perform a differential backup because current backup does

This Article guide to resolve, SQL Database backup failure due to AZURE VM Backup or Cannot perform a differential backup because current backup does not exist This article has step by step process of Troubleshoot Azure backup conflict with SQL database backup chain What is AZURE VM Backup? Azure Backup provides independent and isolated backups … Read more

How Do I shrink TempDB database? | TempDB not shrinking in SQL server

This article guides to resolve, How Do I shrink TempDB database? or empDB not shrinking in SQL server Temp DB is SQL server system database used for sorting, temp table creation, index maintenance jobs to rebuild index and many more. Sometime creation of temp table to sort data in large processing tempdb grow huge and … Read more

How to fix Error 9002 alwayson in sql server? | Resolve Always On availability databases in Recovery Pending or Suspect state in SQL Server

This article helps to resolved How to fix Error 9002 alwayson in SQL server? or Resolve Always On availability databases in Recovery Pending or Suspect state in SQL Server Whenever you see Database recovery pending SQL server error in always on in SQL server, SQL database went in to suspect mode or in recovery mode. … Read more