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 |
|
Bertie
Starting Member
7 Posts |
Posted - 2008-08-15 : 19:35:32
|
| Hello all,I've just started a new job so am in the process of learning SQL. I'm trying to install SQL server at home so I can play around with it (SQL Server 2008 express). My basic problem is that I don't have a server to connect to when trying to log into Server Management Studio! I'm sure I've being extremely foolish but how do I create one?Thanks a lot |
|
|
elancaster
A very urgent SQL Yakette
1208 Posts |
Posted - 2008-08-15 : 19:48:43
|
| if you've installed it, then you have a server. it's the name of your machine. if it's local on the same machine you can just use . (as in a full stop) which indicates the local server, then supply a user name and password (or use windows authentication). what problems / errors are you getting?Em |
 |
|
|
Bertie
Starting Member
7 Posts |
Posted - 2008-08-15 : 19:55:49
|
| I open SQL server management studio express and in the server name box all I have is <browse for more...>. I go to browse and there's nothing there. Note that I'm windows Vista.Thanks |
 |
|
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2008-08-15 : 21:48:08
|
try typing . or (local) for the server name. elsasoft.org |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-08-16 : 01:07:58
|
| Put your hostname. |
 |
|
|
|
|
|