Good basic tutorial for installing and using SqlServer

Posted by ripper234 on Stack Overflow See other posts from Stack Overflow or by ripper234
Published on 2010-05-05T06:16:19Z Indexed on 2010/05/05 11:58 UTC
Read the original article Hit count: 150

Filed under:
|
|

I know mysql, and I'd like to learn sqlserver. I'm currently stuck on the basics of basics:

  1. How to install and configure sql server
  2. How to connect to it

I installed Sql Server through Web Platform Installer, and have Visual Studio 2008 installed. Still, I can't understand how to connect to my server:

  1. I see that the SQL service itself (SQLEXPRESS) is running in both in services.msc and Sql Server Configuration Manager
  2. I try to connect to it via the Management Studio, but I don't understand what to do.

Where do I begin?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about sql