Viewing 15 posts - 1 through 15 (of 17 total)
Can I get an online service where I can upload the files on rapidshare.com and get them analysed and recovered?
February 8, 2011 at 12:34 am
The database has one filegroup.
Regards
February 7, 2011 at 4:52 am
The DB had two files a .mdf of 68MB and a .ndf of 12GB
February 7, 2011 at 12:08 am
We certainly reinstated the backup two days ago, but still, there is some very important data we need from the crashed DB. We are going to look for tools that...
February 5, 2011 at 9:52 am
Hi,
I have tried to combine the two files that look most likely. The database is surely an sql 2008 database migrated two years ago from Navision 4.0
Here is the...
February 4, 2011 at 10:56 am
Thanks, I heed your advice. OK, I had saved a version of the files on a different location.
I am not very sure if the files I'm working on are from...
February 3, 2011 at 10:23 am
Thank you GilaMonster for the patience.
When run this command:
select name, state_desc from sys.databases
I get this status
RECOVERY_PENDING
Then i've run this commands
use master
go
sp_configure 'allow updates', 1
reconfigure with override
go
I get: Configuration...
February 3, 2011 at 9:23 am
The state of the database is
RECOVERY_PENDING
Another thing,
The original files on the backups show that the files were called
UTraining_Data.mdf
Training_1_Data.ndf
Training_log.LDF
But when I peep at the .mdf file I'm relying on for...
February 3, 2011 at 6:22 am
The log file we had on the working database was only 1MB, while our database was 12GB.
How can we continue without the logfile?
February 3, 2011 at 5:09 am
I have three files
.mdf (primary database)
.ndf (secondary database)
.ldf (log)
And some different versions of the files that I'm not sure of.
February 3, 2011 at 2:37 am
OK, When I create a similar database and swap the files with the damaged file, then try to get the database online again, I get the error
An exception occurred while...
February 3, 2011 at 1:48 am
Here is my T-SQL code
USE [master]
GO
CREATE DATABASE [training] ON
( FILENAME = N'G:\test\UTraining_Data.mdf' ),
( FILENAME = N'G:\test\Training_log.LDF' ),
( FILENAME = N'G:\test\Training_1_Data.ndf' )
FOR ATTACH
GO
if exists (select name from master.sys.databases sd...
February 2, 2011 at 9:01 am
Thanks,
Suppose we get the .mdf and .ndf, but no log file, can we move from there?
February 2, 2011 at 7:10 am
Thank you very much GilaMonster.
After running the t-script, I get this message.
Msg 5173, Level 16, State 2, Line 1
One or more files do not match the primary file of the...
February 2, 2011 at 6:18 am
Viewing 15 posts - 1 through 15 (of 17 total)