Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to find SQL Server name?

How to find SQL Server name?

Scheduled Pinned Locked Moved Database
questioncsharpdatabasesql-servervisual-studio
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AmbiguousName
    wrote on last edited by
    #1

    hello guys...im new to this. I have installed Visual Studio 2008 and SQL Server it, now I wanna use sql server management studio with it but on startup, it asks for server name. How can I get that server name. Moreover, should I use sql server authentication or windows authentivation? thnx

    K 1 Reply Last reply
    0
    • A AmbiguousName

      hello guys...im new to this. I have installed Visual Studio 2008 and SQL Server it, now I wanna use sql server management studio with it but on startup, it asks for server name. How can I get that server name. Moreover, should I use sql server authentication or windows authentivation? thnx

      K Offline
      K Offline
      Karthik A
      wrote on last edited by
      #2

      If you have installed a default instance, any of this should work - . (a dot indicating the local instance) or your-machine-name or your-machine-name\MSSQLSERVER If you have installed a named instance, you need to enter that named instance. Simply, you could find a list of all local servers installed by doing this: * Click on the "Server name:" drop down * Select "<Browse for more...>" * Select "Local Servers" tab * Expand "Database Engine" * Here the instances are listed, choose 1 of them Regarding the type of login, it depends on how you installed your ms sql server, if you installed with windows authentication choose that. If you installed with mixed mode, you should be remembering the sa password you supplied at the time of installation. So choose "SQL server authentication" in "Authentication:" and enter the user name as "sa" and the password you chose Hope this helps...

      Cheers, Karthik

      A 1 Reply Last reply
      0
      • K Karthik A

        If you have installed a default instance, any of this should work - . (a dot indicating the local instance) or your-machine-name or your-machine-name\MSSQLSERVER If you have installed a named instance, you need to enter that named instance. Simply, you could find a list of all local servers installed by doing this: * Click on the "Server name:" drop down * Select "<Browse for more...>" * Select "Local Servers" tab * Expand "Database Engine" * Here the instances are listed, choose 1 of them Regarding the type of login, it depends on how you installed your ms sql server, if you installed with windows authentication choose that. If you installed with mixed mode, you should be remembering the sa password you supplied at the time of installation. So choose "SQL server authentication" in "Authentication:" and enter the user name as "sa" and the password you chose Hope this helps...

        Cheers, Karthik

        A Offline
        A Offline
        AmbiguousName
        wrote on last edited by
        #3

        Karthik. A wrote:

        Simply, you could find a list of all local servers installed by doing this: * Click on the "Server name:" drop down * Select "" * Select "Local Servers" tab * Expand "Database Engine" * Here the instances are listed, choose 1 of them

        thnx....this method worked. :)

        K M 2 Replies Last reply
        0
        • A AmbiguousName

          Karthik. A wrote:

          Simply, you could find a list of all local servers installed by doing this: * Click on the "Server name:" drop down * Select "" * Select "Local Servers" tab * Expand "Database Engine" * Here the instances are listed, choose 1 of them

          thnx....this method worked. :)

          K Offline
          K Offline
          Karthik A
          wrote on last edited by
          #4

          Great! you are welcome!

          Cheers, Karthik

          1 Reply Last reply
          0
          • A AmbiguousName

            Karthik. A wrote:

            Simply, you could find a list of all local servers installed by doing this: * Click on the "Server name:" drop down * Select "" * Select "Local Servers" tab * Expand "Database Engine" * Here the instances are listed, choose 1 of them

            thnx....this method worked. :)

            M Offline
            M Offline
            Mycroft Holmes
            wrote on last edited by
            #5

            So up vote the answer in appreciation!

            Never underestimate the power of human stupidity RAH

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups