I have a problem at my company where the SQL Server names that were set up are really inconsistent and i'm trying to fix it while redoing these servers. I basically have 3 servers with different names and I'd like to use the one that just requires the server name. For example:
Server 1:
ServerName: MDGSQLP01\MDG
InstanceName: MDGServer2:
ServerName: MDGSQLP02
InstanceName:Server3
ServerName: MDGSQLP03/MDGSQLP03
InstanceName: MDGSQLP03
So when I connect to all of these I have to use the server name obviously. I would rather that these all be named like Server2 so my connection string is always just, MDGSQLP0_ . Anyone know how this is done? Do I need to uninstall the server to be able to drop the instance name?
MSSqlServer(default instance name) on 1433.