Link to home
Start Free TrialLog in
Avatar of Havagan
Havagan

asked on

Converting Default Instance To A Named Instance (SQL Server 2000)

I have a server running SQL Server 2000 that now has to be configured as a publisher for replication. The issue is that it won't allow a default instance to be a publisher, it must be a named instance. How can I easily convert the default instance, in place with all of the databases intact, to a named instance?
ASKER CERTIFIED SOLUTION
Avatar of Kevin Hill
Kevin Hill
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Havagan
Havagan

ASKER

I was posting this question second hand for a new DBA. On my local test server I was able to easily set up a default instance as a publisher. The error he was receiving was "Error 14114: '(null)' is not configured as a Distributor" when using the Publishing wizard.

There is a KB article for this error related to this error.

http://support.microsoft.com/kb/302223

I asked the wrong question, but you both gave me useful information related to the question I did ask, so I'll split the points.