Oct 29, 2014

whats is the Server Name in SQL Server Management Studio ?



Under servername, type either
.\


or


.\sqlexpress


.\ is the same as localhost and from your fairly cryptic question I assume it is being accessed locally?

please check the below image for this

 

1 comment:

  1. Good work, Vamshi. The other way is to use (local) instead of "."

    Both of the below serve the same purpose.
    (local)\sqlexpress
    .\sqlexpress

    ReplyDelete