November 28, 2016 at 1:59 am
we have a system for banking with sql 2014 database.. i really dont know what really happened,, but suddenly we cant generate a backup .bak file of our banking transactions..
i found out that while the process of generating the backup file.. the .bak file appears.. but when the process is finished.. the .bak file disappears.. help me 🙁
November 28, 2016 at 2:09 am
What do you see in the SQL Server Error Log?
😎
EXEC sp_readerrorlog;
November 28, 2016 at 2:14 am
failed : 23 data error (cyclic redundancy check)
November 28, 2016 at 2:26 am
daielyko129316 (11/28/2016)
failed : 23 data error (cyclic redundancy check)
Can you please check your IO subsystems log files, Windows Event Logs and any other applicable log files for error entries!
😎
Further, run this command and post the full and unedited output:
DBCC CheckDB ('DATABASE_NAME') WITH NO_INFOMSGS, ALL_ERRORMSGS;
November 28, 2016 at 2:54 am
Do you have a DBA there?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 28, 2016 at 8:49 pm
This was removed by the editor as SPAM
November 29, 2016 at 10:00 pm
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply