Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 installing sql2008 express

Author  Topic 

groadssql
Starting Member

9 Posts

Posted - 2010-04-09 : 14:28:53
I just got a new laptop with windows 7 hope premium. I am trying to install a lot of 2008 express apps. I have ssms 2008 express installad and I see a sqlexpress service running but my ssms does not give me any servers in the drop down. I even tried typing in a server such as local or sqlexpress but no luck. I have also installed sql2008 sp1. Any Ideas to get this running? Much thanks.

GAR

RobertKaucher
Posting Yak Master

169 Posts

Posted - 2010-04-09 : 16:25:11
Make sure TCP/IP is enabled in Configuration Manager.

http://www.linglom.com/2009/03/28/enable-remote-connection-on-sql-server-2008-express/

===
http://www.ElementalSQL.com/
Go to Top of Page

thewebhosting
Starting Member

17 Posts

Posted - 2010-04-11 : 01:59:17
Hi,

Refer these articles for complete guidelines to install SQL Express on Windows 7:

http://blogs.msdn.com/sqlexpress/archive/2009/05/14/installing-sql-server-express-on-windows-7-release-candidate.aspx
http://blogs.msdn.com/sqlexpress/archive/2009/06/15/installing-sql-server-2008-guidance.aspx
Go to Top of Page

pk_bohra
Master Smack Fu Yak Hacker

1182 Posts

Posted - 2010-04-11 : 02:59:27
Just try using
(local) --(local in paranthesis)

or . (dot)

in server name.


Go to Top of Page

groadssql
Starting Member

9 Posts

Posted - 2010-05-01 : 07:36:12
Thanks for the info. Now I am looking at downloading the SQLexpress sp 1. I am prompted for a file to down load. ia64,x64,x32, x86. Well I don't really know or how to find out. My Dell laptop has the t4400 pentium dual core processor. How do you find out which software to install? Thanks so much for this education.

GAR
Go to Top of Page

RobertKaucher
Posting Yak Master

169 Posts

Posted - 2010-05-03 : 13:29:46
You need to know if your OS is 64 bit or not. If you are running Windows Xp, Vista, Win 7 32 bit, then you would download the x86. If you are running a 64 bit version of Windows, you neeed to download the x64.

===
http://www.ElementalSQL.com/
Go to Top of Page
   

- Advertisement -