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.
| Author |
Topic |
|
BendJoe
Posting Yak Master
128 Posts |
Posted - 2008-02-06 : 15:33:58
|
| Hi,I need help with connecting to my sql server 2005. I just reinstalled my sql server 2005.But I can't connect to the server. I have database engine selected as server type. I dont know what is the server name. I thought it was my computername\sqlexpress. I am using windows authentication .But it is failing, Please advice. |
|
|
tprupsis
Yak Posting Veteran
88 Posts |
Posted - 2008-02-06 : 18:07:17
|
| Did you select Default Instance when you loaded SQL Express? Or did you name your instance? If you're not sure, you can check in your Services for SQL Server and see what is the value in parentheses. Mine says SQL Server (SQLEXPRESS). So when I login, I use localhost\sqlexpress as the server name. What error are you getting? |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-02-06 : 23:05:58
|
| Ensure sql service is running. |
 |
|
|
|
|
|