Forum Replies Created

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

  • RE: server name

    Here is what I ran:

    This will

    exec sp_dropserver 'hqsq_GOLD\NP' --the incorrect name

    go

    exec sp_addserver 'HQSQLTST01\NP','local' -- the correct name

    go

  • RE: server name

    Yes, I did include the named instance. (NEWSERVERNAME\Instance)

  • RE: server name

    Rudy,

    I have a VM SQL Server. When I copied the VM and created a new server, the SQL server in SELECT @@SERVERNAME is the original server.

    I followed the suggestions:

    exec sp_dropserver...

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