I'm a total newb to SSMS, but all of the tutorials I'm finding online gloss over the step where they start up the program and connect to their local server, their computer's name. I'm on Windows 8, and ISS is installed and running correctly. I'm not sure what else I could be missing. Here's a screenshot:
Asked
Active
Viewed 1,628 times
1 Answers
1
Use localhost
as server name. Append /instance_name
if you are using instances. For instance, if using SQL Express use localhost/SQLExpress
.

roryWoods
- 4,798
- 1
- 15
- 12
-
Thanks for the reply! I got [this error](http://rodenbeek.com/images/screenshot-ssms-error.PNG) – NominalAeon Feb 07 '13 at 16:44
-
2Is this SQL Express? Try localhost\SQLExpress – roryWoods Feb 07 '13 at 19:34
-
Yeah. I am embarrassed to say this is what my problem was. – NominalAeon Feb 09 '13 at 15:43