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
Good work, Vamshi. The other way is to use (local) instead of "."
ReplyDeleteBoth of the below serve the same purpose.
(local)\sqlexpress
.\sqlexpress