April 5, 2016 at 11:42 am
Hello friends,
IS my first question for this space...
I have problem to do connection with my interface and my sql server express advanced 2008 x64. I tried in connect but i don´t have luck.
It was previously connected to SQL Server standard but for reasons of payment and licnciamiento my bosses told me migrate to express. that is why express install but now does not connect me, databases are well and users are logged very well.
here allow a image.
Can you help me please?
April 7, 2016 at 6:38 am
Unless specifically stated otherwise, SQL Server express installs slightly different than other editions. Most editions will by default install as a "default instance", which means you can connect to them using just the server name in the connection string. But Express edition will normally install as a named instance with instancename SQLExpress. In your connection string, you must specify Servername\SQLExpress to make the connection.
April 7, 2016 at 10:09 am
Have you tried enable the TCP/IP on SQL Server Network Configuration ?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply