Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all articles
Browse latest Browse all 7696

Two instances on SQL Server on same server with same instance name

$
0
0

I am have a problem with my SQL Server 2014 installs on my machine.  I first did a default instance and a few months later did a named instance Test_Dev.

I have been having some issues so I happened to be looking in the properties box of the default instance and saw the name of the Named Instance at the top.

So I ran the following queries on both instances and got the same results  Machine\Test_Dev or just Test_Dev:

SELECT CONVERT(sysname, SERVERPROPERTY('servername'))

SELECT @@servername
SELECT SERVERPROPERTY ('InstanceName')

This would seems to be a problem, but I don't know how to fix it, if I can, or if I should.

Any assistance appreciated.

Nancy


nlytle It's all in a dream in the blink of an eye on the whim of a wish of a cloud


Viewing all articles
Browse latest Browse all 7696

Trending Articles