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 Programming
 Not even sure how to log-in...

Author  Topic 

matthewphillips
Starting Member

6 Posts

Posted - 2009-02-01 : 16:10:42
I have worked with SQL Server 2005 a bit, but I have not had to deploy it before now. I installed the developer edition (which comes with VS2008) but I don't know how to log-in. Under "server name" (in Management Studio) I write the name of my computer (I have also tried MSSQLSERVER) and I use Windows Authentication. It says log-in failed immediately. I'm not sure where to even proceed from here. The service is running.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-02-01 : 17:53:54
What operating system are you using?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-02-01 : 23:37:32
Have you installed default instance?
Put . in servername and see.
Go to Top of Page

matthewphillips
Starting Member

6 Posts

Posted - 2009-02-02 : 20:35:30
tkizer, I am using Microsoft Vista Home Premium.

Using . is no good.

I am fairly certain I installed the default instance, however, how can I confirm this?
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-02-02 : 22:21:14
Since you are using Vista, see page 2 of this thread: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=118627

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

matthewphillips
Starting Member

6 Posts

Posted - 2009-02-03 : 11:33:01
Yep, that was the problem. You have to run SSMS as an administrator to login. Good to know.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-02-03 : 12:51:31
Glad it worked for you. I've bookmarked that link as it's come up a few times already.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -