September 27, 2005 at 1:00 pm
This has always been a nagging problem for me. The laptop/workstation in our company are leased and thereby replaced every three years.
As a result, I reinstall SQL server on my laptop. The problems I have is, I manage 100+ server so they are registered locally on my machine.
IS THERE A WAY TO MOVE THE REGISTERED SERVER FROM ONE WORKSTATION/LAPTOP TO ANTOHER? BESIDES THE PAINS TAKING WAY OF REREGISTERING EACH SERVER.
Much Appreciated
am
September 27, 2005 at 1:06 pm
I'm not aware of a way to move the registered servers, but you could write a script using the sp_addserver so that you would just have to run the script when you change machines.
l
September 27, 2005 at 2:57 pm
If by registered servers, you mean registered with Enterprise Manager, use RegEdit to export from registry key HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\80\Tools\SQLEW\Registered Servers X
and then import into the other workstation.
SQL = Scarcely Qualifies as a Language
September 29, 2005 at 8:21 am
Yup, that is what I meant and thanks, will give a try..
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply