The_Vincester
Registered User.
- Local time
- Yesterday, 21:51
- Joined
- Jun 6, 2006
- Messages
- 71
In my department we use several "linked" databases (from an MSSQL machine). Yesterday we had a catastrophic loss of data when another part of IT mistakenly wiped our machine and reinstalled a new OS. There were several things that failed, including us having an EXTERNAL backup of the .mdf files. Yeah, failures all around, we've learned our lesson, but are now in recovery mode.
Obviously the front ends weren't affected, but we loss all data, and to me - even worse - the structure behind the scenes (schemas). We at least want to get to a point where we can quickly get back up and running again. We lost 5 years of data, which is bad, but we have 6+ database that affect production.
OK, obviously this is difficult, but I've been looking at the DB. The linked connection somehow stores the structure of the connected DB. I get an ODBC time initially, but can then look at the design, and the structure IS there. I would like to make this structure local if nothing else. I've tried just copying and pasting, but it simply times out - I'm sure it's continually trying to connect.
Is there a command line option to do this? Do I have any chance in duplicating the structure? We do have some Excel backups of single tables, but there are a lot of supporting tables that each application depends on.
To quote Star Wars: Help me Obi Wan (and Access World Forums), you're my only hope!
Obviously the front ends weren't affected, but we loss all data, and to me - even worse - the structure behind the scenes (schemas). We at least want to get to a point where we can quickly get back up and running again. We lost 5 years of data, which is bad, but we have 6+ database that affect production.
OK, obviously this is difficult, but I've been looking at the DB. The linked connection somehow stores the structure of the connected DB. I get an ODBC time initially, but can then look at the design, and the structure IS there. I would like to make this structure local if nothing else. I've tried just copying and pasting, but it simply times out - I'm sure it's continually trying to connect.
Is there a command line option to do this? Do I have any chance in duplicating the structure? We do have some Excel backups of single tables, but there are a lot of supporting tables that each application depends on.
To quote Star Wars: Help me Obi Wan (and Access World Forums), you're my only hope!