문제

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:

screenshot from sql server management studio

도움이 되었습니까?

해결책

Use localhost as server name. Append /instance_name if you are using instances. For instance, if using SQL Express use localhost/SQLExpress.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top