Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB 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
 
Old August 10th, 2011, 02:54 PM
Authorized User
 
Join Date: Jun 2011
Posts: 45
Thanks: 2
Thanked 0 Times in 0 Posts
Question Chap 14 - Adding SQL Server Database

Imar,

Sorry for the dumb question, but:

Would you please explain to me why I need to install SQL Server Express when I already have installed Microsoft SQL Server 2008 and Microsoft SQL Server 2008 R2

I'm using Windows 7 with Microsoft Visual Studio 2010 Professional installed.

I'm in Chap 14, page 423, Try it Out, Number 1.

Thanks,
 
Old August 10th, 2011, 03:55 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

You don't *have* to install it, but it's convenient if you do. Many examples and tools (including VWD itself) assume it's there. So, if you have a SQL Server instance called .\SqlExpress, you can run many examples and use .NET features (such as Membership) out of the box. If you have a different SQL Server instance, you'll need to make modifications to connection strings and so on each time you run a sample or create a new web site.

FYI: I have multiple instances of SQL Server running side by side without a problem. I have the Developer edition for all the tools but also a SqlExpress instance for the reasons mentioned.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chap. 14 Exercise 2 C#Book stoverje BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 0 July 1st, 2008 09:41 AM
Chap 15 (p.579) Connection string to SQL Server Venboy BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 0 July 23rd, 2006 10:56 AM
Chap 14 Errors russconnor BOOK: Beginning Visual Basic 2005 Databases ISBN: 978-0-7645-8894-5 1 July 4th, 2006 07:11 AM
Adding records to sql database jdsflash ASP.NET 1.0 and 1.1 Basics 1 May 18th, 2006 10:37 PM
Adding a new record to a sql server DB morpheus VB How-To 6 August 6th, 2003 06:15 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.