SQL Server, convert a named instance to default instance?
I also wanted to convert a named instance to default – my reason was to access it with just the machine name from various applications. If you want to access a named instance from any connection string without using the instance name, and using only the server name and/or IP address, then you can do … Read more