Old Instance Name won't go away

  • We moved one of our servers to a different location, store 3 to store 5. We renamed the server to Store5. Changed the SQL server registration in EM to Store 5.

    Some users have trouble getting into apps on store 5, they still see a refence to store5.

    The win2k sysadmin users has no problem.

    Any clues? are the Registry entires that need to change ?

    thanks

  • Have you corrected the sysservers system table with procedures after renaming the server?

    sp_dropserver old_name

    GO

    sp_addserver new_name, local

    GO

    Use sp_helpserver to find out the server name.

    Edited by - Allen_Cui on 05/12/2003 08:32:50 AM

  • Maybe you should uninstall SQL server, and then reinstall it with the new instance name.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply