Installed SQL Server 2008, how to create an instance

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AndrewBuchan
    New Member
    • Oct 2010
    • 14

    Installed SQL Server 2008, how to create an instance

    Hello.

    I just installed SQL Server 2008 (version: 10.0.1600.22)

    Now when I open Management Studio I am asked to Connect To Server. Now, no server is listed, presumably because I have not created one yet.

    So how do I do this? Should the install have done this? If so what is the default instance name?

    Thanks,
    Andrew
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Did you try localhost?

    Comment

    • AndrewBuchan
      New Member
      • Oct 2010
      • 14

      #3
      Yes I tried localhost.

      Is there anywhere that lists these? Right now I have the Management Studio but no apparent way to create a server, thus no way of creating a database...

      Comment

      • FTanori
        New Member
        • Aug 2008
        • 1

        #4
        Hi,

        If only run one instance try with (local) or . <---(only dot)

        If your version is Express Edition, Default Instance Name Is EXPRESS ( this is (local)\EXPRESS or .\EXPRESS ) Or try MSSQLSERVER for others editions

        You can see Instance Name on services console (Services.msc), the services name is SQL SERVER and in parentheses you can see the instance name example:

        SQL SERVER (Production)

        Or in this key on regedit:

        HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\Microso ft SQL Server\Instance Names


        i'm learning english... patience.. :D

        Comment

        • AndrewBuchan
          New Member
          • Oct 2010
          • 14

          #5
          Hi.

          Thanks for your reply.

          There is no SQL Server entry in the services.msc list, nor is there an Instance Names in the registry.

          Is there anyway I can create an instance?

          Comment

          • Rabbit
            Recognized Expert MVP
            • Jan 2007
            • 12517

            #6
            Open up the SQL Server Configuration Manager and start the service from there.

            Comment

            • ck9663
              Recognized Expert Specialist
              • Jun 2007
              • 2878

              #7
              Are you sure you installed the server component and not the client?


              ~~ CK

              Comment

              Working...