Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Connecting to SQL Express Instance

$
0
0
Has anyone seen this before and if so, what is causing it to behave like this?SQL Express 2014 was installed to support reporting for an application. I can connect to the server using the server name without any issue. When I run “select @@version”, I get SERVERNAME\SQLEXPRESS, but I can’t connect to the server with SERVERNAME\SQLEXPRESS. This is throwing off one of my script when trying to connect to the server.My script connects to the server using SERVERNAME for default instance or SERVERNAME\INSTANCENAME for named instance.Thanks,MC

Viewing all articles
Browse latest Browse all 6525

Trending Articles