I can’t connect to SQL Server database engine for first time after installation.
I asked it once but marc_s closed that. Really it’s my big problem .
Server name is empty. What should I type for this?
I use it in my personal laptop and I am not professional, it means I want use it just as a tables like access .
Someone help me please .
The server name is the name of the machine that SQL Server is installed on.
if it’s on the local machine, you can use a single period. if it’s on your machine, but you installed it with an Instance name of “MyInstance” you can use “.\MyInstance”.
As a side note, the original question was probably closed because there wasn’t enough info in the question to answer completely. In order for us to help you , we would need to know the machine name that this was installed on, what options you selected through the installation wizard, etc. The best we can do is guess, and that makes the question, technically, unanswerable.
It could also be because this is such a newbie question – sometimes we forget that we all started somewhere.
I’d suggest you start here for your learning experience: http://www.asp.net/sql-server/videos
Particularly videos #8 and #9 – these should answer your question.