Results 1 to 3 of 3

Thread: implications of using sp_dropserver?

  1. #1
    Join Date
    Jun 2005
    Posts
    3

    implications of using sp_dropserver?

    I need to rename my server and i believe i have to use dropserver and addserver. What are the implications of using these commands. Will I lose any data or anything?
    Thanks
    Nick

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You will not lose any data, it only updates the system catalog (sysservers table)

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    refer this.
    http://databasejournal.com/features/...le.php/2194711

    you need to update master..sysservers table and msdb..sysjobs and the client

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •