Tagged Questions

7
votes
7answers
12k views

SQL Server, convert a named instance to default instance?

I need to convert a named instance of SQL server 2005, to a default instance. Is there a way to do this without a reinstall?
0
votes
1answer
90 views

How to add a named instance to a SQL Server that was installed with a default instance? [closed]

Possible Duplicate: change sql server instance name I installed SQL Server 2008 with a default instance, but now I want to add/change it to a named instance. Is it possible without ...
0
votes
1answer
1k views

SQL Server instance name with IP address

I have a very strange situation happening and I'm hoping someone here knows why. I have TCP/IP enabled for all ports on the default port 1433. All tests are consistent with SQL Server Management ...
0
votes
3answers
3k views

SQL - Connect to Linked Server with Named Instance

How do I connect to a named instance of a linked SQL server. If its not linked, I would do the following: ServerName.DatabaseName.dbo.TableName If it is linked, I would assume the following: ...