Sql Server URL

1
I am trying to use Sql Server 2012 as the database. I have gone to settings and the part that is tripping me up is the URL. I am using the local host so I have entered (local). This is clearly not correct. What is the format for the URL?
asked
1 answers
2

Hi Lee,

In most cases people use SQL express on their local machine. Have you tried "localhost\SQLExpress" or "localhost"?

answered