Closed CharlesOkwuagwu closed 2 years ago
That's interesting. What version of SQL Server do you use?
2017 sir
That's interesting. What version of SQL Server do you use?
Also unable to export stored procedures, error at exactly the same palce
Could you send me some example.mdf with no significant data where this bug is reproducible?
Could you send me some example.mdf with no significant data where this bug is reproducible?
the MDF is corrupt, I'm trying to recover it as much as possible
Looks like the sys.sysobjvalues table is broken.
Looks like the sys.sysobjvalues table is broken.
No idea... what can we do?
I Was able to read the .mdf file with a 3rd-party product and do a full extraction... from the broken .mdf file
but really wanted to use your code to do this, what can we do?
can i share the broken MDF privately over 1GB zipped
Yes, you can share it via Google Drive - my Gmail account is smurtdev[at]gmail.com. But I can spend some time just this weekend. Is your database attached to an SQL Server? I mean can you run DBCC checkdb command against it?
Yes, you can share it via Google Drive - my Gmail account is smurtdev[at]gmail.com. But I can spend some time just this weekend. Is your database attached to an SQL Server? I mean can you run DBCC checkdb command against it?
not able to attach, it fails, hence the need to extract data directly from the .mdf file
Have you tried to attach this Db as described here: I would recommend doing it in a test environment. https://stackoverflow.com/questions/38995380/sql-server-how-to-attach-repair-a-detached-damaged-database http://www.sqlskills.com/blogs/paul/disaster-recovery-101-hack-attach-a-damaged-database/
Have you tried to attach this Db as described here: I would recommend doing it in a test environment. https://stackoverflow.com/questions/38995380/sql-server-how-to-attach-repair-a-detached-damaged-database http://www.sqlskills.com/blogs/paul/disaster-recovery-101-hack-attach-a-damaged-database/
I did not know of this, I will try it now
@CharlesOkwuagwu Any news?
sorry, will send now .... via WeTransfer, upload might take a few minutes
Not an issue - the database was broken.
Unable to select top 1000 rows