Showing posts with label vague. Show all posts
Showing posts with label vague. Show all posts

Monday, March 19, 2012

Installing SQL Server 2005 Express

Downloaded the program and followed the instructions (as vague as they are) the only thing I see to execute is the configuration tools. I am certain I have missed something. Can anyone assist?

Many thanks!!

SQL Server Express, like most independent database systems these days does not run as a visual application the way Internet Explorer or Notepad do, instead it runs automatically behind the scenes as a system service.

Have you tried to connect to the already running instance on your PC with a version of Visual Studio (including Express)? Have you tried to connect to it with one of the included management tools?

Also, be sure to grab a copy of SQL Server Management Studio Express from the SQL Express download page to give you even more management options.

|||thank you