dbTalk Databases Forums  

Installing SQL Server 2008 Express

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss Installing SQL Server 2008 Express in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sal Murillo
 
Posts: n/a

Default Installing SQL Server 2008 Express - 01-26-2012 , 02:08 PM






Noob here, so be kind.

I'm attempting to install SQL Server 2008 Express in an attempt to learn something of SQL as a skill I can market to a potential employer (jobless right now). I've installed it, successfully according to the messages it created, but can't find anything (icons) to run it. A website that gives instructions on installing this said to install as the administrator, but since I'm the only user, couldn't I select my name, as am also the administrator?

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Installing SQL Server 2008 Express - 01-26-2012 , 04:42 PM






Sal Murillo (murillo.sal (AT) gmail (DOT) com) writes:
Quote:
I'm attempting to install SQL Server 2008 Express in an attempt to learn
something of SQL as a skill I can market to a potential employer
(jobless right now). I've installed it, successfully according to the
messages it created, but can't find anything (icons) to run it. A
website that gives instructions on installing this said to install as
the administrator, but since I'm the only user, couldn't I select my
name, as am also the administrator?
SQL Express alone is just the server. And servers don't have icons. Or GUIs.

All you get with a basic download of SQL Express is the command-line tools
SQLCMD and OSQL. You can run queries from this, but it is not terribly
user-friendly in the long run.

There are other installs of SQL Express. I don't remember exactly all, but
get the with Advanced Services (I think it is called). That includes
SQL Server Management Studio Express.

I like to make to stress again that SQL Server is a server application
and does not have a GUI. Management Studio is a GUI, but it is just a
client like any other application, and it is only there to make it simple
to administer SQL Server and run ad-hoc queries. To develop a real
application, you need to use something like .Net. I mention this, because
I occasionally see people who have not understood this distinction,
but thinks that SQL Server is another Access.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.