[quoted text, click to view] Paul Ibison wrote:
> *Ping,
> running this should fix the issue:
>
> Use Master
> go
> Sp_DropServer 'Server1'
> GO
> Use Master
> go
> Sp_Addserver 'Server1', 'local'
> GO
> Stop and Start SQL Services
>
> Regards,
> Paul Ibison *
Hi dear Paul I have such problem
I use this
Do
select @@SERVERNAME
select SERVERPROPERTY('ServerName')
and first line respond Null and secound respond VOIP_SQL_SERVER
[quoted text, click to view] I wrote
Use Master
go
Sp_DropServer 'VOIP_SQL_SERVER'
GO
Use Master
go
Sp_Addserver 'VOIP_SQL_SERVER', 'local'
GO
but the response was :
Server: Msg 15028, Level 16, State 1, Procedure sp_addserver, Line 14
The server 'VOIP_SQL_SERVER' already exists.
I have another problem. I dont have any replication setting on thi
server but when I want to set one it says: Couldn't set replicatio
cause one or more databases sets to replicate.
please help me it's realy urgent
-
ssa135
-----------------------------------------------------------------------
Posted via
http://www.mcse.m -----------------------------------------------------------------------
View this thread:
http://www.mcse.ms/message693652.htm