 |
BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6
 | This is the forum to discuss the Wrox book ASP.NET 2.0 Instant Results by Imar Spaanjaars, Paul Wilton, Shawn Livermore; ISBN: 9780471749516 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

July 10th, 2008, 02:44 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
How to import .MDF file into SQL Server Enterprise
I'm trying to use Appointment Booking system, but there is a connection string error.
,so I think the problem is the database. How to import ASPNETDB.MDF into SQL Server Enterprise Manager?
Thank you!
Sam
|
|

July 10th, 2008, 04:33 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
On second thought, maybe that's not what you meant. You have an existing database and want to attach it to an existing SQL Server instance?
If that's true, open SQL Server Management Studio 2005, locate your server, right click Databases and choose Attach. Then browse for the .MDF file.
Hope this helps,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004
Want to be my colleague? Then check out this post.
|
|

July 23rd, 2008, 08:50 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thank you for the answers.
I tried to attach the MDF, but I got another error.
It says, "Error 602: Could not find row in sysindexs for database ID 9, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes."
I'm using a web server and a SQL server. The MDF file is located at the webserver. How can I attach the MDF file in the webserver?
Do you have any idea?
Thank you.
Sam
|
|
 |