If there is a servername mismatch then perform the following actions: In Query Analyzer, run the following sp_proc to alter the server name: sp_dropserver 'old_name', 'droplogins' go sp_addserver 'new_name', 'local' go
Note: After you run the sp_addserver stored procedure, the SQL Server service must be restarted for the change to @@SERVERNAME to take effect.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy