![]() |
|
|
|
#1 |
|
This may not be the correct forum to ask this question.
But the best problem solvers, techs and pros are here. I've been wrestling with a problem, and am hoping someone is in a good mode and wants to help. Here is my path to destruction..... Did a database backup in SQL Server 2000. Copied files to secondary storage. Reinstalled SQL Server 2000. Needed old database to restore backup. (%$@#!) Is there a method for making a "new" database restore from another's backup? I really appreciate any help. Me MeAgain |
|
|
|
|
#2 |
|
Posts: n/a
|
Create a new, empty database. Then restore it from the
backup. hth Maria |
|
|
|
#3 |
|
Posts: n/a
|
when you want to create a new empty database,don't forget
to name it "exactly" as the database you want to restore. after creating, you can restore the database without any problems. >-----Original Message----- >This may not be the correct forum to ask this question. >But the best problem solvers, techs and pros are here. > >I've been wrestling with a problem, and am hoping someone >is in a good mode and wants to help. > >Here is my path to destruction..... > >Did a database backup in SQL Server 2000. > >Copied files to secondary storage. > >Reinstalled SQL Server 2000. > >Needed old database to restore backup. >(%$@#!) >Is there a method for making a "new" database restore >from another's backup? > >I really appreciate any help. > >Me > > >. > Sunny |
|
|
|
#4 |
|
Posts: n/a
|
You may also have to deal with orphaned users after you restore the
database. See this article: http://support.microsoft.com/default...b;EN-US;274188 Otherwise it's a very simple process. "Maria" <> wrote in message news:a02b01c3eb00$4e73b8c0$... > Create a new, empty database. Then restore it from the > backup. > > hth > Steve |
|
|
|
#5 |
|
Posts: n/a
|
Thank you everyone!!
I re-read my problem..... I didn't state my problem correctly. I don't have a "backup" file. I have the underlying MDB/LDB files....... the files that are created when you create a new database. And I can't "restore" from those files. And I can't make a new database "point" to those files. I found some third party database conversion tools. Anyone have an opinion about those? MSSQL-->Access--->comma delimited. Comma delimited files would solve my problem. MeAgainAgain >-----Original Message----- >This may not be the correct forum to ask this question. >But the best problem solvers, techs and pros are here. > >I've been wrestling with a problem, and am hoping someone >is in a good mode and wants to help. > >Here is my path to destruction..... > >Did a database backup in SQL Server 2000. > >Copied files to secondary storage. > >Reinstalled SQL Server 2000. > >Needed old database to restore backup. >(%$@#!) >Is there a method for making a "new" database restore >from another's backup? > >I really appreciate any help. > >Me > > >. > MeAgainAgain |
|
|
|
#6 |
|
Posts: n/a
|
Boy was that stupid.
I got it. I thought I had a "backup" file for some reason. I just attached the MDB to a new database. Wow, pretty dumb. IdLikeToCancelMyPostPlease. >-----Original Message----- >This may not be the correct forum to ask this question. >But the best problem solvers, techs and pros are here. > >I've been wrestling with a problem, and am hoping someone >is in a good mode and wants to help. > >Here is my path to destruction..... > >Did a database backup in SQL Server 2000. > >Copied files to secondary storage. > >Reinstalled SQL Server 2000. > >Needed old database to restore backup. >(%$@#!) >Is there a method for making a "new" database restore >from another's backup? > >I really appreciate any help. > >Me > > >. > IdLikeToCancelMyPostPlease? |
|
|
|
#7 |
|
Posts: n/a
|
MeAgainAgain wrote:
> Thank you everyone!! > > I re-read my problem..... > I didn't state my problem correctly. > > I don't have a "backup" file. > > I have the underlying MDB/LDB files....... > the files that are created when you create a new database. > > And I can't "restore" from those files. > And I can't make a new database "point" to those files. Re-attach the database. General Protection Fault |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prerequisites 70-745 (Business Intelligence) | Valmont | MCITP | 3 | 06-24-2008 03:03 PM |
| The summary of cancelled Microsoft exams before March 2008 | zhang | Software | 1 | 06-12-2008 04:03 AM |
| SQL Server 2008 delayed into Q3 2008 | darrilgibson@cox.net | MCITP | 0 | 01-27-2008 10:26 PM |
| help me for SQL server 2000 and ASP.NET | rishabhsethi | General Help Related Topics | 0 | 12-27-2007 10:19 AM |
| MCITP SQL Server 2005 or SQL Server 2008 | Darrilgibson@gmail.com | MCITP | 0 | 12-19-2007 01:56 PM |