RamHardikar
Programmer
Hi,
we are trying to replicate our existing database onto the backup server.
when i run the wizard to create publication it says " @@SERVERNAME is NULL . Use sp_addserver to add the server".
we have tried the following option -
started SQL server in minimal configuration using 'sqlservr -f' and tried to execute sp_addserver and then restarted the sqlserver. now we executed 'select @@servername', the result was null. i also tried to execute sp_dropserver before doing the above operation. but still same result.
Pls help
Thanks in advance
Ram
we are trying to replicate our existing database onto the backup server.
when i run the wizard to create publication it says " @@SERVERNAME is NULL . Use sp_addserver to add the server".
we have tried the following option -
started SQL server in minimal configuration using 'sqlservr -f' and tried to execute sp_addserver and then restarted the sqlserver. now we executed 'select @@servername', the result was null. i also tried to execute sp_dropserver before doing the above operation. but still same result.
Pls help
Thanks in advance
Ram