log messages
Bilal,Its clear that you don't know systems properly or something apart from your knowledge is taking backups. I would also talk to windows and storage team. If log is showing differential backup then...
View Articlelog messages
BilalTake a look at msdb database to check for backup strategy. Make sure the maintenance plan does not perform a differential backup of msdb database,Best Regards,Uri Dimant SQL Server...
View Articlelog messages
You may execute the below query and see:SELECT CONVERT(CHAR(100), SERVERPROPERTY('Servername')) AS Server, msdb.dbo.backupset.database_name,msdb.dbo.backupset.server_name ,...
View Articlelog messages
Hi,We are using SQL Server 2012. From last few days I see different messages in db log file.Before I have below log messages.Now I have below additional messages in logfile as below.We have full backup...
View Article