|
 |
aspdotnet_website_programming thread: ?database?
Message #1 by "Jay Semel" <ysemel@h...> on Wed, 24 Apr 2002 16:21:53
|
|
Hello all,
I am following along here in the book ASP.NET website programming and I
have decided to install the dtabase to compliment the books examples. I
have come across an issue w/ restoring the database using the backup
provided in the download. The restore never completes (it never even
starts).
I am using sql 7.0 so that may be the problem but how do I go about
correcting this?? Anyone have any ideas
Thanks in advance for any help
Jay
Message #2 by "Robert Horn" <robertho@m...> on Fri, 26 Apr 2002 08:45:46 +1000
|
|
The trick on doing a restore in SQL 7.0 and SQL 2000 is that you have to
specify exactly where the new database is going to go. Once you have
selected which backup file you are going to restore, you go to the second
tab. It has the location of the Database and Log files, which will be the
same location as the database that was backed up. Change these to the
location where the new database is, and click on the force into new database
option. That should then work.
Regards
Robert
----- Original Message -----
From: "Jay Semel" <ysemel@h...>
To: "Website Programming with ASP.NET"
<aspdotnet_website_programming@p...>
Sent: Thursday, April 25, 2002 2:21 AM
Subject: [aspdotnet_website_programming] ?database?
> Hello all,
>
> I am following along here in the book ASP.NET website programming and I
> have decided to install the dtabase to compliment the books examples. I
> have come across an issue w/ restoring the database using the backup
> provided in the download. The restore never completes (it never even
> starts).
>
> I am using sql 7.0 so that may be the problem but how do I go about
> correcting this?? Anyone have any ideas
>
> Thanks in advance for any help
>
> Jay
|
|
 |