 |
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
|
|
|
|
|

September 26th, 2012, 03:15 PM
|
|
Authorized User
|
|
Join Date: Jun 2008
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Well, there is a SQLEXPRESS, MSSQL and a new one I created on my first attempt by the name of RESIDENTS.. However, can't seem to find them in SSMSE. I would have thought they would have shown up there, but they are not. When I run the Discovery Report they show up. It list them as: MSSQL10.SQLEXPRESS instance ID.
Still working on it, thanks for the heads up. 
__________________
CForce
Bradenton, Fl
|
|

September 26th, 2012, 03:42 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
|
However, can't seem to find them in SSMSE
|
SSME doesn't detect all SQL instances, as it depends on how the visibility for SQL Server is configured (whether the Browser service is enabled or not).
However, if SQL is running, you can simply log in by entering .\SqlExpress manually in the Login dialog.
Cheers,
Imar
|
|
The Following User Says Thank You to Imar For This Useful Post:
|
|
|

September 26th, 2012, 05:01 PM
|
|
Authorized User
|
|
Join Date: Jun 2008
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
__________________
CForce
Bradenton, Fl
|
|

September 26th, 2012, 08:17 PM
|
|
Authorized User
|
|
Join Date: Jun 2008
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
Imar. I hate to ask because you've responded beyond what should be expected. You mentioned something about the browser service being enabled. There is no browser service. I tried to run it from the cmd line. It isn't there. I looked under computer management, it's not among them. I tried reinstalling, still can't get it. Do you have any suggestions. Thanks in advance.
Chet
__________________
CForce
Bradenton, Fl
|
|

September 26th, 2012, 10:32 PM
|
|
Authorized User
|
|
Join Date: Jun 2008
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
|
|
I got browser service installed by including it in a new installation. I don't understand things at this point, but I'm to a point I can get back to the studies. Thanks for all you do Imar. 
__________________
CForce
Bradenton, Fl
|
|

September 27th, 2012, 09:07 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
You don't really need the browser service. It's an optional component that annouces the presence of SQL Server. If you know the name (which you do) you can simply connect to it without the Browser service running....
Imar
|
|
The Following User Says Thank You to Imar For This Useful Post:
|
|
|
 |
|